The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Last updated on 2026-05-20 23:50:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 14.57 | 552.79 | 567.36 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 9.40 | 389.85 | 399.25 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 27.00 | 898.74 | 925.74 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 24.00 | 830.86 | 854.86 | ERROR | |
| 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 | 15.02 | 518.24 | 533.26 | ERROR | |
| 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 | 17.00 | 515.00 | 532.00 | ERROR | |
| 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 | 21.00 | 718.00 | 739.00 | ERROR |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [438s/483s]
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’ [311s/433s]
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’ [12m/28m]
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
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11m/15m]
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-gcc
Version: 1.5.1
Check: tests
Result: 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
Flavor: r-release-linux-x86_64
Version: 1.5.1
Check: tests
Result: ERROR
Running 'testthat.R' [383s]
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-release-windows-x86_64
Version: 1.5.1
Check: tests
Result: ERROR
Running 'testthat.R' [560s]
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
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-oldrel-windows-x86_64
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.
Health stats visible at Monitor.