Last updated on 2025-12-25 07:50:08 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 13.46 | 84.10 | 97.56 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 9.76 | 57.39 | 67.15 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 25.00 | 185.89 | 210.89 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 25.00 | 183.01 | 208.01 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 15.00 | 183.00 | 198.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 13.97 | 100.43 | 114.40 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 12.58 | 97.81 | 110.39 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 8.00 | 98.00 | 106.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 15.00 | 121.00 | 136.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 9.00 | 74.00 | 83.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 20.00 | 149.00 | 169.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘AutoPlots-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Plot.Area
> ### Title: Plot.Area
> ### Aliases: Plot.Area
>
> ### ** Examples
>
> # Create fake data
> data <- AutoPlots::FakeDataGenerator(N = 1000)
Error in `[.data.table`(data, , `:=`(temp, seq_len(.N)), by = c(names(data)[c(CatFeatures)])) :
attempt access index 20/20 in VECTOR_ELT
Calls: <Anonymous> -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc