The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Last updated on 2026-08-10 10:50:34 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.85 | 82.74 | 93.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 10.00 | 74.86 | 84.86 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 83.34 | 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 | 14.04 | 105.31 | 119.35 | 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
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.
Health stats visible at Monitor.