R Under development (unstable) (2026-03-17 r89645 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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) + library(mlr3fselect) + test_check("mlr3fselect") + } Loading required package: mlr3 Attaching package: 'data.table' The following object is masked from 'package:base': %notin% [ FAIL 0 | WARN 0 | SKIP 18 | PASS 5783 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test_ArchiveAsyncFSelect.R:2:1', 'test_ArchiveAsyncFSelectFrozen.R:2:1', 'test_AutoFSelector.R:2:3', 'test_AutoFSelector.R:29:3', 'test_AutoFSelector.R:64:3', 'test_AutoFSelector.R:220:3', 'test_CallbackAsyncFSelect.R:2:1', 'test_FSelectInstanceAsyncMultiCrit.R:2:1', 'test_FSelectInstanceAsyncSingleCrit.R:2:1', 'test_FSelectorAsyncDesignPoints.R:2:1', 'test_FSelectorAsyncExhaustiveSearch.R:2:1', 'test_FSelectorAsyncRandomSearch.R:2:1', 'test_ObjectiveFSelectAsync.R:97:3', 'test_ObjectiveFSelectAsync.R:168:3', 'test_auto_fselector.R:25:3', 'test_auto_fselector.R:49:3', 'test_fsi_async.R:2:1', 'test_mlr_callbacks.R:109:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 5783 ] > > proc.time() user system elapsed 384.20 15.93 400.95