Last updated on 2026-08-08 21:51:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 13.57 | 110.37 | 123.94 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 10.66 | 80.72 | 91.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 11.00 | 79.41 | 90.41 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 10.00 | 78.42 | 88.42 | ERROR | |
| r-devel-windows-x86_64 | 1.1.0 | 17.00 | 108.00 | 125.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.0 | 12.94 | 104.00 | 116.94 | ERROR | |
| r-release-linux-x86_64 | 1.1.0 | 13.61 | 105.28 | 118.89 | ERROR | |
| r-release-macos-arm64 | 1.1.0 | 4.00 | 27.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 11.00 | 116.00 | 127.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 16.00 | 108.00 | 124.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 10.00 | 110.00 | 120.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 20.00 | 136.00 | 156.00 | ERROR |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘LLM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: llm
> ### Title: Create Logit Leaf Model
> ### Aliases: llm
>
> ### ** Examples
>
> ## Load PimaIndiansDiabetes dataset from mlbench package
> if (requireNamespace("mlbench", quietly = TRUE)) {
+ library("mlbench")
+ }
> data("PimaIndiansDiabetes")
Warning in data("PimaIndiansDiabetes") :
data set ‘PimaIndiansDiabetes’ not found
> ## Split in training and test (2/3 - 1/3)
> idtrain <- c(sample(1:768,512))
> PimaTrain <-PimaIndiansDiabetes[idtrain,]
Error: object 'PimaIndiansDiabetes' not found
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘LLM-Ex.R’ failed
The error most likely occurred in:
> ### Name: llm
> ### Title: Create Logit Leaf Model
> ### Aliases: llm
>
> ### ** Examples
>
> ## Load PimaIndiansDiabetes dataset from mlbench package
> if (requireNamespace("mlbench", quietly = TRUE)) {
+ library("mlbench")
+ }
> data("PimaIndiansDiabetes")
Warning in data("PimaIndiansDiabetes") :
data set ‘PimaIndiansDiabetes’ not found
> ## Split in training and test (2/3 - 1/3)
> idtrain <- c(sample(1:768,512))
> PimaTrain <-PimaIndiansDiabetes[idtrain,]
Error: object 'PimaIndiansDiabetes' not found
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64