CRAN Package Check Results for Package unpivotr

Last updated on 2024-11-14 13:49:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.3 3.70 69.33 73.03 OK
r-devel-linux-x86_64-debian-gcc 0.6.3 2.83 47.22 50.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.3 116.69 OK
r-devel-linux-x86_64-fedora-gcc 0.6.3 123.18 OK
r-devel-windows-x86_64 0.6.3 6.00 85.00 91.00 OK
r-patched-linux-x86_64 0.6.3 3.67 64.40 68.07 OK
r-release-linux-x86_64 0.6.3 3.75 64.11 67.86 OK
r-release-macos-arm64 0.6.3 42.00 OK
r-release-macos-x86_64 0.6.3 62.00 OK
r-release-windows-x86_64 0.6.3 5.00 85.00 90.00 OK
r-oldrel-macos-arm64 0.6.3 48.00 OK
r-oldrel-macos-x86_64 0.6.3 71.00 OK
r-oldrel-windows-x86_64 0.6.3 7.00 98.00 105.00 OK

Check Details

Version: 0.6.3
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(unpivotr) > > test_check("unpivotr") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-concatenate.R:105:3'): concatenate() handles timezones ─────── concatenate(list(x, y)) not equal to as.POSIXct(c("2018-01-01 01:00:00", "2018-04-01 06:00:00"), tz = "UTC"). 1/2 mismatches [2] 2018-04-01 01:00:00 - 2018-04-01 06:00:00 == -5 hours [ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc