Last updated on 2024-12-28 05:50:26 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
describedata | 1 | 8 | 4 |
Current CRAN status: ERROR: 1, NOTE: 8, OK: 4
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(describedata)
>
> test_check("describedata")
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bivariate_compare.R:138:3'): displays fisher p value for cat vars if requested ──
Error in `fisher.test(mtcars$disp, as.factor(mtcars$gear))`: integer overflow in exact computation
Backtrace:
▆
1. ├─base::paste0(...) at test-bivariate_compare.R:138:3
2. ├─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─stats::fisher.test(mtcars$disp, as.factor(mtcars$gear))
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 11 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64