Last updated on 2026-08-21 14:50:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 4.93 | 58.04 | 62.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 3.55 | 40.87 | 44.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 40.17 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 38.29 | OK | |||
| r-devel-windows-x86_64 | 0.2.3 | 8.00 | 79.00 | 87.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 4.63 | 51.68 | 56.31 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 4.69 | 52.01 | 56.70 | OK | |
| r-release-macos-arm64 | 0.2.3 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 3.00 | 61.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 6.00 | 71.00 | 77.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.3 | 3.00 | 59.00 | 62.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 9.00 | 88.00 | 97.00 | OK |
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(statBasics)
>
> test_check("statBasics")
Saving _problems/test_ci_1pop_bern_success_0_1-44.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1029 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_ci_1pop_bern_success_0_1.R:44:5'): Number of sucess and confidence level 99% - type = 'two.sided' ──
Expected `ci_1pop_bern(x, conf_level = 0.99)$upper_ci` to equal `qnorm(0.995)/(2 * sqrt(sum(100))) + sum(x)/sum(100)`.
Differences:
`actual`: 1.0000
`expected`: 1.0088
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1029 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64