Last updated on 2025-05-30 23:51:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 6.35 | 156.78 | 163.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 4.22 | 107.86 | 112.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 223.62 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 230.37 | OK | |||
r-devel-windows-x86_64 | 0.0.3 | 6.00 | 152.00 | 158.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 6.01 | 147.36 | 153.37 | OK | |
r-release-linux-x86_64 | 0.0.3 | 5.21 | 154.14 | 159.35 | OK | |
r-release-macos-arm64 | 0.0.3 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 152.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 7.00 | 138.00 | 145.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.3 | 75.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 215.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.3 | 9.00 | 190.00 | 199.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [151s/415s]
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(EndY5r)`: Lapack routine dgesv: system is exactly singular: U[2,2] = 0
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(EndY5r)
4. └─base::solve.default(EndY5r)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [86s]
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(EndY5r)`: system is computationally singular: reciprocal condition number = 1.47802e-16
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(EndY5r)
4. └─base::solve.default(EndY5r)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64