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.

CRAN Package Check Results for Maintainer ‘Arno De Caigny <a.de-caigny at ieseg.fr>’

Last updated on 2026-07-27 05:52:09 CEST.

Package OK ERROR
LLM 9 4

Package LLM

Current CRAN status: OK: 9, ERROR: 4

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-gcc, 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

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.