R Under development (unstable) (2024-06-06 r86701 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("mlr3") > library("mlr3tuning") Loading required package: paradox > library("paradox") > test_check("mlrintermbo") Loading required package: mlrintermbo Attaching package: 'mlrintermbo' The following objects are masked from 'package:mlr3tuning': TuningInstanceMultiCrit, TuningInstanceSingleCrit Attaching package: 'bbotk' The following objects are masked from 'package:mlrintermbo': OptimInstanceMultiCrit, OptimInstanceSingleCrit, Optimizer [ FAIL 0 | WARN 0 | SKIP 7 | PASS 23 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test_custom_learner.R:4:3', 'test_custom_learner.R:63:3', 'test_fuzzing.R:4:3', 'test_fuzzing.R:20:3', 'test_mbo.R:4:3', 'test_mbo.R:102:3', 'test_mbo.R:204:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 23 ] > > > proc.time() user system elapsed 2.43 0.34 154.10