Last updated on 2025-02-10 17:49:31 CET.
Package | ERROR | OK |
---|---|---|
GDILM.SEIRS | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [145s/171s]
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.47303e-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(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-gcc
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [102s/128s]
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(EndY5r) < epsilon) {
EndY5r <- EndY5r + diag(epsilon, nrow(EndY5r))
}`: 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-patched-linux-x86_64