CRAN Package Check Results for Package padr

Last updated on 2024-11-14 07:49:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 22.83 71.16 93.99 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 15.43 50.45 65.88 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.2 171.14 OK
r-devel-linux-x86_64-fedora-gcc 0.6.2 167.27 OK
r-devel-windows-x86_64 0.6.2 29.00 102.00 131.00 OK
r-patched-linux-x86_64 0.6.2 22.94 66.16 89.10 OK
r-release-linux-x86_64 0.6.2 23.08 65.95 89.03 OK
r-release-macos-arm64 0.6.2 54.00 OK
r-release-macos-x86_64 0.6.2 74.00 OK
r-release-windows-x86_64 0.6.2 28.00 103.00 131.00 OK
r-oldrel-macos-arm64 0.6.2 57.00 OK
r-oldrel-macos-x86_64 0.6.2 96.00 OK
r-oldrel-windows-x86_64 0.6.2 35.00 113.00 148.00 OK

Check Details

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/11s] 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-gcc