CRAN Package Check Results for Package SSDM

Last updated on 2024-07-22 01:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.9 66.56 607.94 674.50 OK
r-devel-linux-x86_64-debian-gcc 0.2.9 48.64 445.52 494.16 OK
r-devel-linux-x86_64-fedora-clang 0.2.9 488.21 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.9 416.46 OK
r-devel-windows-x86_64 0.2.9 54.00 405.00 459.00 OK
r-patched-linux-x86_64 0.2.9 68.49 568.16 636.65 OK
r-release-linux-x86_64 0.2.9 58.48 572.06 630.54 OK
r-release-macos-arm64 0.2.9 212.00 OK
r-release-macos-x86_64 0.2.9 337.00 OK
r-release-windows-x86_64 0.2.9 53.00 401.00 454.00 ERROR
r-oldrel-macos-arm64 0.2.9 235.00 OK
r-oldrel-macos-x86_64 0.2.9 490.00 OK
r-oldrel-windows-x86_64 0.2.9 73.00 573.00 646.00 OK

Check Details

Version: 0.2.9
Check: package dependencies
Result: NOTE Imports includes 24 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.9
Check: tests
Result: ERROR Running 'testthat.R' [73s] 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 1 | SKIP 0 | PASS 54 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_modelling.R:7:5'): modelling function ────────────────────────── Error in `X[, pstart[i] - 1 + 1:object$nsdf[i]] <- Xp`: number of items to replace is not a multiple of replacement length Backtrace: ▆ 1. ├─testthat::show_failure(...) at test_modelling.R:7:5 2. │ └─testthat::capture_expectation(expr) 3. │ └─base::tryCatch(...) 4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 7. └─SSDM::modelling(...) 8. ├─SSDM::evaluate(...) 9. └─SSDM::evaluate(...) 10. └─SSDM (local) .local(obj, ...) 11. ├─stats::predict(model, eval.testdata) 12. ├─stats::predict(model, eval.testdata) 13. └─mgcv::predict.gam(model, eval.testdata) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 54 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64