Last updated on 2025-08-21 15:50:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.11 | 59.41 | 488.34 | 547.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.11 | 36.78 | 328.51 | 365.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.11 | 835.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.11 | 842.85 | OK | |||
r-devel-windows-x86_64 | 0.2.11 | 55.00 | 406.00 | 461.00 | OK | |
r-patched-linux-x86_64 | 0.2.11 | 54.89 | 453.80 | 508.69 | OK | |
r-release-linux-x86_64 | 0.2.11 | 57.31 | 452.88 | 510.19 | 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 | 53.00 | 400.00 | 453.00 | ERROR | |
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 | 76.00 | 606.00 | 682.00 | OK |
Version: 0.2.11
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
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 50 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test_ensemble.R:2:3', 'test_modelling.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_stack_modelling.R:14:3'): stack modelling function ─────────────
Error: unable to find an inherited method for function 'ensemble' for signature 'x = "missing"'
Backtrace:
▆
1. ├─SSDM::project(SSDM, Env_new, output.format = "model") at test_stack_modelling.R:14:3
2. └─SSDM::project(SSDM, Env_new, output.format = "model")
3. └─SSDM (local) .local(obj, Env, ...)
4. └─base::lapply(...)
5. └─SSDM (local) FUN(X[[i]], ...)
6. ├─SSDM::project(...)
7. └─SSDM::project(...)
8. └─SSDM (local) .local(obj, Env, ...)
9. ├─base::do.call(...)
10. └─SSDM (local) `<nnstndGF>`(...)
11. └─methods (local) `<fn>`(`<list>`, `<nnstndGF>`, `<env>`)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 50 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64