R Under development (unstable) (2024-12-05 r87423 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(caret) Loading required package: ggplot2 Loading required package: lattice > > test_check("caret") [ FAIL 0 | WARN 1 | SKIP 33 | PASS 154 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test_bad_class_options.R:4:3', 'test_bad_class_options.R:16:3', 'test_bad_class_options.R:27:3', 'test_bad_class_options.R:37:3', 'test_glmnet_varImp.R:7:3', 'test_models_bagEarth.R:7:5', 'test_models_bagEarth.R:21:5', 'test_preProcess_methods.R:7:3', 'test_preProcess_methods.R:33:3', 'test_preProcess_methods.R:66:3', 'test_preProcess_methods.R:102:3', 'test_preProcess_methods.R:139:3', 'test_preProcess_methods.R:154:3', 'test_preProcess_methods.R:173:3', 'test_preProcess_methods.R:185:3', 'test_preProcess_methods.R:212:3', 'test_preProcess_methods.R:235:3', 'test_preProcess_methods.R:256:3', 'test_preProcess_methods.R:285:3', 'test_preProcess_methods.R:362:3', 'test_preProcess_methods.R:449:3', 'test_safs.R:49:3', 'test_sampling_options.R:8:3', 'test_sampling_options.R:24:3', 'test_sampling_options.R:41:3', 'test_sampling_options.R:46:3', 'test_sampling_options.R:55:3', 'test_sampling_options.R:64:3', 'test_sampling_options.R:69:3', 'test_sampling_options.R:77:3', 'test_sampling_options.R:82:3', 'test_sampling_options.R:93:3', 'test_sparse_Matrix.R:4:3' [ FAIL 0 | WARN 1 | SKIP 33 | PASS 154 ] > > proc.time() user system elapsed 86.46 3.17 89.65