Last updated on 2025-11-28 02:51:05 CET.
| Package | ERROR | OK |
|---|---|---|
| occumb | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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