CRAN Package Check Results for Package caretEnsemble (original) (raw)
Last updated on 2025-11-18 00:50:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.0.1 | 21.81 | 319.07 | 340.88 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.0.1 | 20.13 | 209.38 | 229.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.0.1 | 51.00 | 486.78 | 537.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.0.1 | 48.00 | 461.58 | 509.58 | OK | |
| r-devel-windows-x86_64 | 4.0.1 | 27.00 | 269.00 | 296.00 | OK | |
| r-patched-linux-x86_64 | 4.0.1 | 22.57 | 291.75 | 314.32 | OK | |
| r-release-linux-x86_64 | 4.0.1 | 21.99 | 293.33 | 315.32 | OK | |
| r-release-macos-arm64 | 4.0.1 | 16.00 | 191.00 | 207.00 | OK | |
| r-release-macos-x86_64 | 4.0.1 | 24.00 | 279.00 | 303.00 | ERROR | |
| r-release-windows-x86_64 | 4.0.1 | 22.00 | 276.00 | 298.00 | OK | |
| r-oldrel-macos-arm64 | 4.0.1 | 11.00 | 130.00 | 141.00 | OK | |
| r-oldrel-macos-x86_64 | 4.0.1 | 27.00 | 213.00 | 240.00 | OK | |
| r-oldrel-windows-x86_64 | 4.0.1 | 34.00 | 361.00 | 395.00 | OK |
Check Details
Version: 4.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [68s/120s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > testthat::test_check("caretEnsemble") Loading required package: caretEnsemble [ FAIL 1 | WARN 0 | SKIP 0 | PASS 612 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-caretList.R:309:3'): caretList supports models that return an array or matrix ── Error: Required packages are missing: klaR Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-caretList.R:309:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─testthat::expect_warning(...) 11. │ └─testthat:::quasi_capture(...) 12. │ ├─testthat (local) .capture(...) 13. │ │ └─base::withCallingHandlers(...) 14. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 15. └─caretEnsemble::caretList(X, y, methodList = model_names, tuneLength = 1L) 16. └─base::lapply(...) 17. └─caretEnsemble (local) FUN(X[[i]], ...) 18. ├─base::do.call(caret::train, model_args) 19. ├─caret (local) ``(...) 20. └─caret:::train.default(...) 21. └─caret::checkInstall(models$library) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 612 ] Error: Test failures Execution haltedFlavor: r-release-macos-x86_64