Last updated on 2026-07-25 05:50:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 13.78 | 124.32 | 138.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 11.14 | 83.65 | 94.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 23.00 | 172.80 | 195.80 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 83.32 | ERROR | |||
| r-devel-windows-x86_64 | 1.1.0 | 16.00 | 122.00 | 138.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 13.73 | 120.02 | 133.75 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 13.37 | 118.76 | 132.13 | OK | |
| 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 | 129.00 | 145.00 | OK | |
| 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 | 152.00 | 172.00 | OK |
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
Flavor: r-devel-linux-x86_64-debian-gcc
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