Last updated on 2025-09-13 00:51:13 CEST.
Package | ERROR | OK |
---|---|---|
alookr | 4 | 9 |
dlookr | 13 |
Current CRAN status: ERROR: 4, OK: 9
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.
Flavors: r-devel-linux-x86_64-debian-clang, 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
Current CRAN status: OK: 13