- using R version 4.6.0 (2026-04-24)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]
GNU Fortran (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-05-16 18:01:36 UTC
- checking for file ‘mlr3fselect/DESCRIPTION’ ... OK
- this is package ‘mlr3fselect’ version ‘1.5.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘mlr3fselect’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [34s/49s] OK
- checking Rd files ... [2s/2s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [19s/33s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
mlr3fselect.svm_rfe 4.479 0.048 7.601
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [410s/477s] ERROR
Running ‘testthat.R’ [409s/477s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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%
Saving _problems/test_embedded_ensemble_fselect-62.R
Saving _problems/test_ensemble_fselect-92.R
Saving _problems/test_ensemble_fselect-167.R
[ FAIL 3 | WARN 0 | SKIP 18 | PASS 5780 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_embedded_ensemble_fselect.R:62:3'): embedded efs works ───────
Check on 'feature_ranking' failed: Must be a data.table, not data.frame
Backtrace:
▆
1. └─checkmate::expect_data_table(feature_ranking, nrows = length(task$feature_names)) at test_embedded_ensemble_fselect.R:62:3
2. └─checkmate::makeExpectation(x, res, info, label)
── Failure ('test_ensemble_fselect.R:92:3'): efs works ─────────────────────────
Check on 'feature_ranking' failed: Must be a data.table, not data.frame
Backtrace:
▆
1. └─checkmate::expect_data_table(feature_ranking, nrows = length(task$feature_names)) at test_ensemble_fselect.R:92:3
2. └─checkmate::makeExpectation(x, res, info, label)
── Failure ('test_ensemble_fselect.R:167:3'): efs works with rfe ───────────────
Check on 'feature_ranking' failed: Must be a data.table, not data.frame
Backtrace:
▆
1. └─checkmate::expect_data_table(feature_ranking, nrows = length(task$feature_names)) at test_ensemble_fselect.R:167:3
2. └─checkmate::makeExpectation(x, res, info, label)
[ FAIL 3 | WARN 0 | SKIP 18 | PASS 5780 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [10s/14s] OK
- checking HTML version of manual ... [12s/20s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR