The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-08-06 05:49:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 14.61 | 109.71 | 124.32 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 10.93 | 81.15 | 92.08 | 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 | 109.00 | 125.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 | 139.00 | 159.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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.