CRAN Package Check Results for Package daltoolbox

Last updated on 2026-09-04 15:50:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.787 23.28 203.21 226.49 OK
r-devel-linux-x86_64-debian-gcc 1.3.787 16.40 139.77 156.17 OK
r-devel-linux-x86_64-fedora-clang 1.3.787 17.00 134.52 151.52 OK
r-devel-linux-x86_64-fedora-gcc 1.3.787 17.00 136.48 153.48 OK
r-devel-windows-x86_64 1.3.777 28.00 208.00 236.00 ERROR
r-patched-linux-x86_64 1.3.777 24.29 193.55 217.84 OK
r-release-linux-x86_64 1.3.777 23.40 195.45 218.85 OK
r-release-macos-arm64 1.3.787 6.00 49.00 55.00 OK
r-release-macos-x86_64 1.3.787 16.00 164.00 180.00 OK
r-release-windows-x86_64 1.3.787 28.00 237.00 265.00 OK
r-oldrel-macos-arm64 1.3.787 6.00 51.00 57.00 OK
r-oldrel-macos-x86_64 1.3.787 16.00 156.00 172.00 OK
r-oldrel-windows-x86_64 1.3.787 28.00 310.00 338.00 OK

Check Details

Version: 1.3.777
Check: examples
Result: ERROR Running examples in 'daltoolbox-Ex.R' failed The error most likely occurred in: > ### Name: plot_pair > ### Title: Plot scatter matrix > ### Aliases: plot_pair > > ### ** Examples > > data(iris) > grf <- plot_pair(iris, cnames = colnames(iris)[1:4], title = "Iris") Error in plot_pair(iris, cnames = colnames(iris)[1:4], title = "Iris") : plot_pair requires the 'GGally' package. Install with install.packages('GGally'). Execution halted Flavor: r-devel-windows-x86_64