Last updated on 2025-11-01 01:50:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 5.92 | 269.20 | 275.12 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 4.31 | 184.79 | 189.10 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 12.00 | 369.02 | 381.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 15.00 | 367.20 | 382.20 | OK | |
| r-devel-windows-x86_64 | 0.0.4 | 7.00 | 252.00 | 259.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 5.89 | 254.13 | 260.02 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 5.49 | 255.57 | 261.06 | OK | |
| r-release-macos-arm64 | 0.0.4 | 3.00 | 113.00 | 116.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 5.00 | 265.00 | 270.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 7.00 | 222.00 | 229.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.0.4 | 3.00 | 116.00 | 119.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.4 | 4.00 | 256.00 | 260.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 9.00 | 296.00 | 305.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [169s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(GDILM.SEIRS)
>
> test_check("GDILM.SEIRS")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-GDILM_SEIRS_Sim_Par_Est.R:2:3'): An example for a simulation study ──
Error in `if (det(EndY5) < epsilon) {
EndY5 <- EndY5 + diag(epsilon, nrow(EndY5))
}`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─GDILM.SEIRS::GDILM_SEIRS_Sim_Par_Est(...) at test-GDILM_SEIRS_Sim_Par_Est.R:2:3
2. └─GDILM.SEIRS (local) estfun(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64