R version 4.4.0 beta (2024-04-11 r86406 ucrt) -- "Puppy Cup" 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. > if (requireNamespace("testthat", quietly = TRUE)) { + library(checkmate) + library(testthat) + library(mlr3) + library(mcboost) + library(mlr3pipelines) + + test_check("mcboost") + } [ FAIL 0 | WARN 0 | SKIP 35 | PASS 7 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test_auditor_fitters.R:10:3', 'test_auditor_fitters.R:29:3', 'test_auditor_fitters.R:43:3', 'test_auditor_fitters.R:70:3', 'test_auditor_fitters.R:92:3', 'test_auditor_fitters.R:119:3', 'test_auditor_fitters.R:154:3', 'test_cv_predictors.R:4:3', 'test_cv_predictors.R:17:3', 'test_cv_predictors.R:36:3', 'test_mcboost.R:4:3', 'test_mcboost.R:13:3', 'test_mcboost.R:30:3', 'test_mcboost.R:66:3', 'test_mcboost.R:86:3', 'test_mcboost.R:107:3', 'test_mcboost.R:160:3', 'test_mcboost.R:201:3', 'test_mcboost.R:249:3', 'test_mcboost.R:278:3', 'test_mcboost.R:288:3', 'test_mcboost.R:294:3', 'test_mcboost.R:333:3', 'test_mcboost.R:364:3', 'test_mcboost_low_degree.R:5:3', 'test_pipeop_mcboost.R:4:3', 'test_pipeop_mcboost.R:26:3', 'test_pipeop_mcboost.R:38:3', 'test_pipeop_mcboost.R:55:3', 'test_predictor.R:4:3', 'test_predictor.R:12:3', 'test_predictor.R:21:3', 'test_predictor.R:32:3', 'test_probrange.R:2:3', 'test_sonar_usecase.R:4:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 7 ] > > proc.time() user system elapsed 3.75 0.39 4.12