R Under development (unstable) (2024-11-07 r87302 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  [08:51:34.867] [mlr3] Running benchmark with 4 resampling iterations
INFO  [08:51:34.978] [mlr3] Applying learner 'classif.featureless' on task 'pima' (iter 1/1)
INFO  [08:51:35.011] [mlr3] Applying learner 'classif.rpart' on task 'pima' (iter 1/1)
INFO  [08:51:35.041] [mlr3] Applying learner 'classif.featureless' on task 'spam' (iter 1/1)
INFO  [08:51:35.069] [mlr3] Applying learner 'classif.rpart' on task 'spam' (iter 1/1)
INFO  [08:51:35.168] [mlr3] Finished benchmark
INFO  [08:51:36.939] [mlr3] Running benchmark with 18 resampling iterations
INFO  [08:51:36.952] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO  [08:51:36.975] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO  [08:51:36.998] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO  [08:51:37.021] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO  [08:51:37.049] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO  [08:51:37.080] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO  [08:51:37.117] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO  [08:51:37.153] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO  [08:51:37.186] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO  [08:51:37.214] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO  [08:51:37.235] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO  [08:51:37.255] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO  [08:51:37.274] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO  [08:51:37.331] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO  [08:51:37.380] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO  [08:51:37.427] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO  [08:51:37.464] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO  [08:51:37.518] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO  [08:51:37.570] [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.37    0.68    6.01