Last updated on 2024-11-12 00:49:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 11.49 | 393.87 | 405.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.64 | 285.76 | 292.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 663.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 618.19 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 12.00 | 243.00 | 255.00 | OK | |
r-patched-linux-x86_64 | 1.2.1 | 12.54 | 356.64 | 369.18 | OK | |
r-release-linux-x86_64 | 1.2.1 | 12.12 | 356.06 | 368.18 | OK | |
r-release-macos-arm64 | 1.2.1 | 124.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 207.00 | OK | |||
r-oldrel-macos-arm64 | 1.2.1 | 118.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 201.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 13.00 | 283.00 | 296.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [311s/165s]
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
Starting 2 test processes
[ FAIL 3 | WARN 2 | SKIP 3 | PASS 2193 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test_AutoFSelector.R:2:3', 'test_AutoFSelector.R:29:3',
'test_AutoFSelector.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_ensemble_fselect.R:18:3'): ensemble feature selection works ────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'vctrs'
Backtrace:
▆
1. ├─testthat::expect_vector(efsr$result$n_features, size = 4) at test_ensemble_fselect.R:18:3
2. │ └─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─base::loadNamespace(x)
7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
8. └─base (local) withOneRestart(expr, restarts[[1L]])
9. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test_ensemble_fselect.R:75:3'): ensemble feature selection works without benchmark result ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'vctrs'
Backtrace:
▆
1. ├─testthat::expect_vector(efsr$result$n_features, size = 4) at test_ensemble_fselect.R:75:3
2. │ └─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─base::loadNamespace(x)
7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
8. └─base (local) withOneRestart(expr, restarts[[1L]])
9. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test_ensemble_fselect.R:124:3'): ensemble feature selection works with rfe ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'vctrs'
Backtrace:
▆
1. ├─testthat::expect_vector(efsr$result$n_features, size = 4) at test_ensemble_fselect.R:124:3
2. │ └─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─base::loadNamespace(x)
7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
8. └─base (local) withOneRestart(expr, restarts[[1L]])
9. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 3 | WARN 2 | SKIP 3 | PASS 2193 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang