Last updated on 2025-10-20 20:49:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.0.1 | 21.54 | 318.64 | 340.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.0.1 | 18.39 | 202.05 | 220.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.0.1 | 544.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 4.0.1 | 541.55 | OK | |||
r-devel-windows-x86_64 | 4.0.1 | 24.00 | 275.00 | 299.00 | OK | |
r-patched-linux-x86_64 | 4.0.1 | 19.95 | 289.95 | 309.90 | OK | |
r-release-linux-x86_64 | 4.0.1 | 22.41 | 290.45 | 312.86 | OK | |
r-release-macos-arm64 | 4.0.1 | 207.00 | OK | |||
r-release-macos-x86_64 | 4.0.1 | 303.00 | ERROR | |||
r-release-windows-x86_64 | 4.0.1 | 23.00 | 272.00 | 295.00 | OK | |
r-oldrel-macos-arm64 | 4.0.1 | 141.00 | OK | |||
r-oldrel-macos-x86_64 | 4.0.1 | 240.00 | OK | |||
r-oldrel-windows-x86_64 | 4.0.1 | 34.00 | 369.00 | 403.00 | OK |
Version: 4.0.1
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
check_caretStack.html:46:1 (check_caretStack.Rd:10): Warning: missing </ul> before </div>
defaultControl.html:87:1 (defaultControl.Rd:33): Warning: missing </ul> before </div>
defaultMetric.html:51:1 (defaultMetric.Rd:12): Warning: missing </ul> before </div>
dropExcludedClass.html:54:1 (dropExcludedClass.Rd:14): Warning: missing </ul> before </div>
extractCaretTarget.html:47:1 (extractCaretTarget.Rd:10): Warning: missing </ul> before </div>
extractCaretTarget.default.html:56:1 (extractCaretTarget.default.Rd:15): Warning: missing </ul> before </div>
extractCaretTarget.formula.html:55:1 (extractCaretTarget.formula.Rd:14): Warning: missing </ul> before </div>
methodCheck.html:47:1 (methodCheck.Rd:10): Warning: missing </ul> before </div>
predict.caretList.html:64:1 (predict.caretList.Rd:19): Warning: missing </ul> before </div>
print.greedyMSE.html:51:1 (print.greedyMSE.Rd:12): Warning: missing </ul> before </div>
print.summary.caretList.html:51:1 (print.summary.caretList.Rd:12): Warning: missing </ul> before </div>
print.summary.caretStack.html:51:1 (print.summary.caretStack.Rd:12): Warning: missing </ul> before </div>
set_excluded_class_id.html:50:1 (set_excluded_class_id.Rd:12): Warning: missing </ul> before </div>
sub-.caretList.html:51:1 (sub-.caretList.Rd:12): Warning: missing </ul> before </div>
tuneCheck.html:47:1 (tuneCheck.Rd:10): Warning: missing </ul> before </div>
varImp.caretStack.html:59:1 (varImp.caretStack.Rd:16): Warning: missing </ul> before </div>
varImp.greedyMSE.html:51:1 (varImp.greedyMSE.Rd:12): Warning: missing </ul> before </div>
wtd.sd.html:54:1 (wtd.sd.Rd:14): Warning: missing </ul> before </div>
Flavor: r-devel-linux-x86_64-debian-gcc
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) `<fn>`(...)
20. └─caret:::train.default(...)
21. └─caret::checkInstall(models$library)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 612 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64