Last updated on 2026-09-03 20:57:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.777 | 23.94 | 206.29 | 230.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.777 | 15.24 | 141.57 | 156.81 | 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.777 | 27.00 | 236.00 | 263.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 |
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