Last updated on 2023-01-25 04:51:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 19.07 | 348.19 | 367.26 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 14.70 | 262.23 | 276.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 440.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 435.78 | OK | |||
r-devel-windows-x86_64 | 2.0.1 | 54.00 | 377.00 | 431.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 20.98 | 323.09 | 344.07 | OK | |
r-release-linux-x86_64 | 2.0.1 | 12.28 | 327.94 | 340.22 | OK | |
r-release-macos-arm64 | 2.0.1 | 144.00 | OK | |||
r-release-macos-x86_64 | 2.0.1 | 212.00 | OK | |||
r-release-windows-x86_64 | 2.0.1 | 88.00 | 390.00 | 478.00 | OK | |
r-oldrel-macos-arm64 | 2.0.1 | 218.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.1 | 238.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0.1 | 39.00 | 394.00 | 433.00 | OK |
Version: 2.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [73s/102s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(caretEnsemble)
>
> test_check("caretEnsemble")
[ FAIL 10 | WARN 6 | SKIP 31 | PASS 454 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Basic skip failed (1)
• On CRAN (27)
• empty test (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-caretStack.R:23'): We can stack regression models ────────────
`pred.reg <- predict(ens.reg, newdata = X.reg)` did not produce any warnings.
── Failure ('test-caretStack.R:75'): Failure to calculate se occurs gracefully ──
`pred <- predict(ens.reg, X.reg, se = TRUE)` did not produce any warnings.
── Failure ('test-caretStack.R:76'): Failure to calculate se occurs gracefully ──
`expect_is(predict(ens.reg, X.reg, se = TRUE), "data.frame")` did not produce any warnings.
── Failure ('test-caretStack.R:128'): Test na.action pass through ──────────────
`pred.reg <- predict(ens.reg, newdata = X_reg_na, na.action = na.pass)` did not produce any warnings.
── Failure ('test-caretStack.R:131'): Test na.action pass through ──────────────
`pred.reg <- predict(ens.reg, newdata = X_reg_na)` did not produce any warnings.
── Failure ('test-ensemble.R:162'): It works for regression models ─────────────
`pred.regb <- predict(ens.reg, newdata = newPreds1)` did not produce any warnings.
── Failure ('test-ensemble.R:163'): It works for regression models ─────────────
`pred.regc <- predict(ens.reg, newdata = newPreds1[2, ])` did not produce any warnings.
── Failure ('test-helper_functions.R:63'): We can predict ──────────────────────
`out <- predict(models.reg, "reg", newdata = X.reg)` did not produce any warnings.
── Failure ('test-helper_functions.R:85'): We can predict ──────────────────────
`out2 <- predict(models.reg, "Regression", newdata = X.reg)` did not produce any warnings.
── Failure ('test-helper_functions.R:91'): predict results same regardless of verbose option ──
`{ ... }` did not produce any warnings.
Backtrace:
▆
1. ├─utils::capture.output(...) at test-helper_functions.R:91:2
2. │ └─base::withVisible(...elt(i))
3. └─testthat::expect_warning(...) at test-helper_functions.R:99:4
[ FAIL 10 | WARN 6 | SKIP 31 | PASS 454 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc