Last updated on 2025-11-10 02:50:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.5 | 5.57 | 195.83 | 201.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.5 | 3.02 | 69.98 | 73.00 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.5 | 20.00 | 294.80 | 314.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 10.00 | 294.39 | 304.39 | OK | |
| r-devel-windows-x86_64 | 0.0.5 | 11.00 | 200.00 | 211.00 | OK | |
| r-patched-linux-x86_64 | 0.0.5 | 5.13 | 185.85 | 190.98 | OK | |
| r-release-linux-x86_64 | 0.0.5 | 5.22 | 183.70 | 188.92 | OK | |
| r-release-macos-arm64 | 0.0.5 | 2.00 | 80.00 | 82.00 | OK | |
| r-release-macos-x86_64 | 0.0.5 | 6.00 | 162.00 | 168.00 | OK | |
| r-release-windows-x86_64 | 0.0.5 | 8.00 | 189.00 | 197.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.5 | 3.00 | 83.00 | 86.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.5 | 5.00 | 181.00 | 186.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.5 | 8.00 | 239.00 | 247.00 | OK |
Version: 0.0.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [44s/52s]
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 `solve.default(S40)`: system is computationally singular: reciprocal condition number = 2.79286e-17
Backtrace:
▆
1. └─GDILM.SEIRS::GDILM_SEIRS_Sim_Par_Est(...) at test-GDILM_SEIRS_Sim_Par_Est.R:2:3
2. └─GDILM.SEIRS (local) estfun(...)
3. ├─base::solve(S40)
4. └─base::solve.default(S40)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc