CRAN Package Check Results for Package statBasics

Last updated on 2024-07-11 00:56:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 5.15 66.32 71.47 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 3.82 49.36 53.18 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 94.65 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 82.70 OK
r-devel-windows-x86_64 0.2.2 6.00 72.00 78.00 ERROR
r-patched-linux-x86_64 0.2.2 5.23 62.91 68.14 OK
r-release-linux-x86_64 0.2.2 5.46 63.54 69.00 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 7.00 72.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 80.00 88.00 OK

Check Details

Version: 0.2.2
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") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1029 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_ci_1pop_bern_success_0_1_NA.R:45:5'): Number of sucess and confidence level 99% - type = 'two.sided' ── ci_1pop_bern(x, conf_level = 0.99, na.rm = T)$upper_ci (`actual`) not equal to qnorm(0.995)/(2 * sqrt(n)) + mean(x, na.rm = T) (`expected`). `actual`: 1.000 `expected`: 1.009 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1029 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64