The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-05-16 23:52:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 15.44 | 560.08 | 575.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 8.46 | 377.57 | 386.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 25.00 | 865.32 | 890.32 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 26.00 | 905.25 | 931.25 | OK | |
| r-devel-windows-x86_64 | 1.5.1 | 16.00 | 496.00 | 512.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 18.54 | 521.08 | 539.62 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 13.98 | 519.08 | 533.06 | OK | |
| r-release-macos-arm64 | 1.5.1 | 3.00 | 117.00 | 120.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 10.00 | 576.00 | 586.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 16.00 | 529.00 | 545.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | 3.00 | 116.00 | 119.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.1 | 10.00 | 490.00 | 500.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 22.00 | 687.00 | 709.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [298s/360s]
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-gcc
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11m/20m]
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-fedora-clang
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.