Last updated on 2024-11-23 09:49:43 CET.
Package | ERROR | OK |
---|---|---|
padr | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(padr)
>
> test_check("padr")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 615 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_thicken.R:166:3'): add_na_to_thicken unit tests ──────────────
add_na_to_thicken(thickened_datetime_CET, c(2, 4)) not equal to ymd_h(c("20180101 01", NA, "20180101 04", NA), tz = "CET").
2/4 mismatches (average diff: 1 hours)
[1] 2018-01-01 01:00:00 - 2018-01-01 00:00:00 == 1 hours
[3] 2018-01-01 04:00:00 - 2018-01-01 03:00:00 == 1 hours
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 615 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang