Last updated on 2025-11-28 02:50:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 5.28 | 167.82 | 173.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 3.93 | 81.86 | 85.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 11.00 | 266.61 | 277.61 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 10.00 | 257.44 | 267.44 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 8.00 | 169.00 | 177.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 5.36 | 155.43 | 160.79 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 4.65 | 153.92 | 158.57 | OK | |
| r-release-macos-arm64 | 1.2.1 | OK | ||||
| r-release-macos-x86_64 | 1.2.1 | 5.00 | 165.00 | 170.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 8.00 | 169.00 | 177.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 8.00 | 157.00 | 165.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 10.00 | 222.00 | 232.00 | OK |
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [45s/56s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(occumb)
Loading required package: jagsUI
>
> test_check("occumb")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 3874 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-plot.R:2:1', 'test-plot.R:11:1', 'test-summary.R:19:1',
'test-summary.R:26:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict.R:725:7'): Prediction and addition of attributes works correctly ──
Error in `update.jags(model, n.iter, ...)`: RUNTIME ERROR:
Cannot invert matrix: not positive definite
Backtrace:
▆
1. └─occumb (local) test_array_output(...) at test-predict.R:1122:3
2. └─occumb::occumb(...) at test-predict.R:725:7
3. └─jagsUI::jags(...)
4. └─jagsUI:::run_rjags(...)
5. └─jagsUI:::run.model(...)
6. ├─utils::capture.output(...)
7. │ └─base::withVisible(...elt(i))
8. └─rjags::coda.samples(...)
9. └─rjags::jags.samples(...)
10. └─rjags:::update.jags(model, n.iter, ...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 3874 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc