CRAN Package Check Results for Package basemodels

Last updated on 2025-12-06 00:48:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 1.59 33.06 34.65 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 1.51 15.92 17.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 55.40 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 65.08 OK
r-devel-windows-x86_64 1.1.0 4.00 53.00 57.00 OK
r-patched-linux-x86_64 1.1.0 1.74 29.92 31.66 OK
r-release-linux-x86_64 1.1.0 1.66 30.88 32.54 OK
r-release-macos-arm64 1.1.0 OK
r-release-macos-x86_64 1.1.0 2.00 47.00 49.00 OK
r-release-windows-x86_64 1.1.0 3.00 52.00 55.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 2.00 36.00 38.00 OK
r-oldrel-windows-x86_64 1.1.0 3.00 60.00 63.00 OK

Check Details

Version: 1.1.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'caret', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘basemodels-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: dummyClassifier > ### Title: a method used for the train function in caret > ### Aliases: dummyClassifier > ### Keywords: datasets > > ### ** Examples > > # Split the data into training and testing sets > set.seed(2023) > index <- sample(1:nrow(iris), nrow(iris) * 0.8) > train_data <- iris[index,] > test_data <- iris[-index,] > > ctrl1 <- caret::trainControl(method = "none") Error in loadNamespace(x) : there is no package called ‘caret’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc