CRAN Package Check Results for Package basemodels

Last updated on 2026-06-08 02:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 1.69 33.60 35.29 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 1.42 18.76 20.18 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 56.11 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 65.99 OK
r-devel-windows-x86_64 1.1.0 5.00 54.00 59.00 OK
r-patched-linux-x86_64 1.1.0 1.80 31.45 33.25 OK
r-release-linux-x86_64 1.1.0 1.85 31.92 33.77 OK
r-release-macos-arm64 1.1.0 1.00 16.00 17.00 OK
r-release-macos-x86_64 1.1.0 2.00 54.00 56.00 OK
r-release-windows-x86_64 1.1.0 3.00 57.00 60.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 1.00 48.00 49.00 OK
r-oldrel-windows-x86_64 1.1.0 7.00 63.00 70.00 OK

Check Details

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: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘intro_to_basemodels.Rmd’ using rmarkdown Quitting from intro_to_basemodels.Rmd:38-53 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `loadNamespace()`: ! there is no package called 'caret' --- Backtrace: ▆ 1. └─base::loadNamespace(x) 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'intro_to_basemodels.Rmd' failed with diagnostics: there is no package called 'caret' --- failed re-building ‘intro_to_basemodels.Rmd’ SUMMARY: processing the following file failed: ‘intro_to_basemodels.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc