Last updated on 2025-09-12 01:52:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.91 | 14.28 | 139.03 | 153.31 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.91 | 0.27 | 2.21 | 2.48 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.91 | 224.66 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.91 | 221.49 | ERROR | |||
r-devel-windows-x86_64 | 0.3.91 | 17.00 | 140.00 | 157.00 | OK | |
r-patched-linux-x86_64 | 0.3.91 | 13.48 | 128.84 | 142.32 | OK | |
r-release-linux-x86_64 | 0.3.91 | 15.02 | 129.77 | 144.79 | OK | |
r-release-macos-arm64 | 0.3.91 | 71.00 | OK | |||
r-release-macos-x86_64 | 0.3.91 | 81.00 | OK | |||
r-release-windows-x86_64 | 0.3.91 | 17.00 | 140.00 | 157.00 | OK | |
r-oldrel-macos-arm64 | 0.3.91 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.91 | 143.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.91 | 23.00 | 178.00 | 201.00 | OK |
Version: 0.3.91
Check: package dependencies
Result: ERROR
Package required but not available: ‘ggmosaic’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.91
Check: examples
Result: ERROR
Running examples in ‘alookr-Ex.R’ failed
The error most likely occurred in:
> ### Name: compare_plot
> ### Title: Comparison plot of train set and test set
> ### Aliases: compare_plot
>
> ### ** Examples
>
> library(dplyr)
Attaching package: ‘dplyr’
The following object is masked from ‘package:randomForest’:
combine
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> # Credit Card Default Data
> head(ISLR::Default)
default student balance income
1 No No 729.5265 44361.625
2 No Yes 817.1804 12106.135
3 No No 1073.5492 31767.139
4 No No 529.2506 35704.494
5 No No 785.6559 38463.496
6 No Yes 919.5885 7491.559
>
> # Generate data for the example
> sb <- ISLR::Default %>%
+ split_by(default)
>
> sb %>%
+ compare_plot("income")
Warning: `aes_string()` was deprecated in ggplot2 3.0.0.
ℹ Please use tidy evaluation idioms with `aes()`.
ℹ See also `vignette("ggplot2-in-packages")` for more information.
ℹ The deprecated feature was likely used in the alookr package.
Please report the issue at <https://github.com/choonghyunryu/alookr/issues>.
>
> sb %>%
+ compare_plot()
Warning: `unite_()` was deprecated in tidyr 1.2.0.
ℹ Please use `unite()` instead.
ℹ The deprecated feature was likely used in the ggmosaic package.
Please report the issue at <https://github.com/haleyjeppson/ggmosaic>.
Error in make_title(..., self = self) :
unused arguments ("dataset class", "x")
Calls: %>% ... labels -> <Anonymous> -> resolve_label -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc