Last updated on 2024-12-22 03:49:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 6.51 | 147.96 | 154.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 4.48 | 111.55 | 116.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 254.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 254.06 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 7.00 | 150.00 | 157.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 5.92 | 140.87 | 146.79 | ERROR | |
r-release-linux-x86_64 | 0.0.2 | 5.05 | 159.47 | 164.52 | OK | |
r-release-macos-arm64 | 0.0.2 | 68.00 | OK | |||
r-release-macos-x86_64 | 0.0.2 | 170.00 | OK | |||
r-release-windows-x86_64 | 0.0.2 | 6.00 | 164.00 | 170.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | 50.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.2 | 134.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 9.00 | 145.00 | 154.00 | OK |
Version: 0.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [106s/121s]
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-patched-linux-x86_64