R Under development (unstable) (2024-11-06 r87293 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. > if (requireNamespace("testthat", quietly = TRUE)) { + library("testthat") + library("checkmate") # for more expect_*() functions + library("mlr3benchmark") + test_check("mlr3benchmark") + } INFO [11:16:27.030] [mlr3] Running benchmark with 4 resampling iterations INFO [11:16:27.169] [mlr3] Applying learner 'classif.featureless' on task 'pima' (iter 1/1) INFO [11:16:27.200] [mlr3] Applying learner 'classif.rpart' on task 'pima' (iter 1/1) INFO [11:16:27.228] [mlr3] Applying learner 'classif.featureless' on task 'spam' (iter 1/1) INFO [11:16:27.255] [mlr3] Applying learner 'classif.rpart' on task 'spam' (iter 1/1) INFO [11:16:27.363] [mlr3] Finished benchmark INFO [11:16:29.223] [mlr3] Running benchmark with 18 resampling iterations INFO [11:16:29.232] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3) INFO [11:16:29.248] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3) INFO [11:16:29.265] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3) INFO [11:16:29.281] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3) INFO [11:16:29.304] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3) INFO [11:16:29.326] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3) INFO [11:16:29.356] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3) INFO [11:16:29.380] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3) INFO [11:16:29.402] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3) INFO [11:16:29.419] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3) INFO [11:16:29.440] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3) INFO [11:16:29.464] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3) INFO [11:16:29.489] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3) INFO [11:16:29.549] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3) INFO [11:16:29.600] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3) INFO [11:16:29.647] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3) INFO [11:16:29.693] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3) INFO [11:16:29.746] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3) INFO [11:16:29.797] [mlr3] Finished benchmark [ FAIL 0 | WARN 4 | SKIP 0 | PASS 54 ] [ FAIL 0 | WARN 4 | SKIP 0 | PASS 54 ] > > proc.time() user system elapsed 5.62 0.65 6.23