Last updated on 2026-06-08 19:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.5 | 6.10 | 52.36 | 58.46 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.5 | 4.16 | 34.51 | 38.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.5 | 10.00 | 113.81 | 123.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 10.00 | 113.30 | 123.30 | OK | |
| r-devel-windows-x86_64 | 1.0.5 | 9.00 | 80.00 | 89.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.5 | 5.80 | 53.77 | 59.57 | OK | |
| r-release-linux-x86_64 | 1.0.5 | 3.81 | 52.89 | 56.70 | OK | |
| r-release-macos-arm64 | 1.0.5 | 2.00 | 18.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 1.0.5 | 5.00 | 63.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 1.0.5 | 9.00 | 85.00 | 94.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.5 | 5.00 | 62.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.5 | 11.00 | 97.00 | 108.00 | OK |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in ‘mulgar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: convert_proj_tibble
> ### Title: This function turns a projection sequence into a tibble
> ### Aliases: convert_proj_tibble
>
> ### ** Examples
>
>
> require(tourr)
Loading required package: tourr
> t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2))
Converting input data to the required matrix format.
> tbl1 <- convert_proj_tibble(t1)
Error in unclass(x)[i, j, k, drop = FALSE] :
incorrect number of dimensions
Calls: convert_proj_tibble -> apply -> array -> [ -> [.history_array
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
anomalies 4.577 0.102 5.954
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in ‘mulgar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: anomalies
> ### Title: Data sets with anomalies
> ### Aliases: anomalies anomaly1 anomaly2 anomaly3 anomaly4 anomaly5
> ### Keywords: datasets
>
> ### ** Examples
>
> require(GGally)
Loading required package: GGally
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘GGally’
> data(anomaly1)
> data(anomaly2)
> ggscatmat(anomaly1)
Error in ggscatmat(anomaly1) : could not find function "ggscatmat"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in 'mulgar-Ex.R' failed
The error most likely occurred in:
> ### Name: convert_proj_tibble
> ### Title: This function turns a projection sequence into a tibble
> ### Aliases: convert_proj_tibble
>
> ### ** Examples
>
>
> require(tourr)
Loading required package: tourr
> t1 <- interpolate(save_history(flea[, 1:6], grand_tour(4), max = 2))
Converting input data to the required matrix format.
> tbl1 <- convert_proj_tibble(t1)
Error in unclass(x)[i, j, k, drop = FALSE] :
incorrect number of dimensions
Calls: convert_proj_tibble -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-windows-x86_64