Last updated on 2024-11-20 04:08:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 4.42 | 50.25 | 54.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 3.20 | 35.68 | 38.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 90.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 83.53 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 6.00 | 69.00 | 75.00 | OK | |
r-patched-linux-x86_64 | 0.2.2 | 4.71 | 48.86 | 53.57 | OK | |
r-release-linux-x86_64 | 0.2.2 | 4.59 | 49.32 | 53.91 | OK | |
r-release-macos-arm64 | 0.2.2 | 35.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 72.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 8.00 | 71.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 56.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 8.00 | 84.00 | 92.00 | ERROR |
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(statBasics)
>
> test_check("statBasics")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1028 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_ci_1pop_bern_success_0_1.R:44:5'): Number of sucess and confidence level 99% - type = 'two.sided' ──
ci_1pop_bern(x, conf_level = 0.99)$upper_ci (`actual`) not equal to qnorm(0.995)/(2 * sqrt(sum(100))) + sum(x)/sum(100) (`expected`).
`actual`: 1.000
`expected`: 1.019
── Failure ('test_ci_1pop_bern_success_0_1.R:54:5'): Number of sucess and confidence level 99% - type = 'right' ──
ci_1pop_bern(x, conf_level = 0.99, type = "right")$upper_ci (`actual`) not equal to qnorm(0.99)/(2 * sqrt(sum(100))) + sum(x)/sum(100) (`expected`).
`actual`: 1.0000
`expected`: 1.0063
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1028 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64