Last updated on 2025-12-21 11:50:43 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| EpiPvr | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 0.0.1
Check: installed package size
Result: NOTE
installed size is 54.3Mb
sub-directories of 1Mb or more:
libs 52.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.0.1
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.0.1
Check: tests
Result: ERROR
Running 'testthat.r' [20s]
Running the tests in 'tests/testthat.r' failed.
Complete output:
> # Load testthat package
> library(testthat)
> library(EpiPvr)
>
> test_check("EpiPvr")
Saving _problems/test-helpers-31.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 145 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-helpers.r:31:5'): AP_insect_simulator produces valid PT insect inoculation data ──
Expected `ins_out[2] == 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 145 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64