Last updated on 2026-05-24 04:50:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 15.20 | 551.56 | 566.76 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.6.0 | 10.66 | 391.30 | 401.96 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.6.0 | 27.00 | 939.83 | 966.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.0 | 27.00 | 650.80 | 677.80 | OK | |
| r-devel-windows-x86_64 | 1.6.0 | 17.00 | 530.00 | 547.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 16.38 | 517.55 | 533.93 | ERROR | |
| r-release-linux-x86_64 | 1.6.0 | 11.59 | 522.19 | 533.78 | OK | |
| r-release-macos-arm64 | 1.6.0 | 3.00 | 119.00 | 122.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 10.00 | 576.00 | 586.00 | OK | |
| r-release-windows-x86_64 | 1.6.0 | 16.00 | 497.00 | 513.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.0 | 3.00 | 126.00 | 129.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.1 | 10.00 | 490.00 | 500.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.0 | 23.00 | 510.00 | 533.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7m/10m]
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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [411s/526s]
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
Flavor: r-patched-linux-x86_64