Last updated on 2023-09-07 06:52:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.85 | 37.23 | 39.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.73 | 27.57 | 29.30 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 49.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 58.27 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 5.00 | 57.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 2.35 | 35.56 | 37.91 | OK | |
r-release-linux-x86_64 | 0.2.0 | 2.18 | 36.15 | 38.33 | OK | |
r-release-macos-arm64 | 0.2.0 | 29.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 58.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 5.00 | 57.00 | 62.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.0 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 35.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 5.00 | 57.00 | 62.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(retrodesign)
>
> test_check("retrodesign")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 56 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test_sim_precision.R:9:3', 'test_sim_precision.R:24:3',
'test_sim_precision.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_input_robustness.R:87:3'): All functions are robust to vector input ──
retrodesign::type_m(c(10, rep(0.1, 100)), 1, alpha = 0.05)$type_m[1] not equal to retrodesign::type_m(c(10), 1, alpha = 0.05)$type_m.
1/1 mismatches
[1] 1 - 1 == 0.00115
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 56 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64