CRAN Package Check Results for Package SSDM

Last updated on 2025-09-06 20:50:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.11 56.79 488.40 545.19 OK
r-devel-linux-x86_64-debian-gcc 0.2.11 38.93 324.13 363.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.11 867.98 OK
r-devel-linux-x86_64-fedora-gcc 0.2.11 886.80 OK
r-devel-windows-x86_64 0.2.11 55.00 403.00 458.00 OK
r-patched-linux-x86_64 0.2.11 56.15 458.23 514.38 OK
r-release-linux-x86_64 0.2.11 55.44 456.64 512.08 OK
r-release-macos-arm64 0.2.11 235.00 OK
r-release-macos-x86_64 0.2.11 473.00 OK
r-release-windows-x86_64 0.2.11 55.00 409.00 464.00 OK
r-oldrel-macos-arm64 0.2.11 222.00 OK
r-oldrel-macos-x86_64 0.2.11 449.00 OK
r-oldrel-windows-x86_64 0.2.11 77.00 558.00 635.00 OK

Check Details

Version: 0.2.11
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/71s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(SSDM) Welcome to the SSDM package, you can launch the graphical user interface by typing gui() in the console. > > test_check("SSDM") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 47 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_ensemble.R:2:3', 'test_modelling.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_Algorithm.SDM.R:16:3'): modelling works ──────────────────────── <subscriptOutOfBoundsError/error/condition> Error in `qr.Q(qr.default(tR))[, (p + 1L):pp, drop = FALSE]`: subscript out of bounds Backtrace: ▆ 1. ├─SSDM::evaluate(...) at test_Algorithm.SDM.R:16:3 2. └─SSDM::evaluate(...) 3. └─SSDM (local) .local(obj, ...) 4. ├─stats::predict(model, eval.testdata) 5. ├─stats::predict(model, eval.testdata) 6. └─stats::predict.glm(model, eval.testdata) 7. └─stats::predict.lm(...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 47 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc