Last updated on 2024-11-23 01:49:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.3 | 3.96 | 67.41 | 71.37 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.3 | 2.82 | 49.59 | 52.41 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.3 | 116.69 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.3 | 122.42 | OK | |||
r-devel-windows-x86_64 | 0.6.3 | 6.00 | 84.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 0.6.3 | 3.77 | 63.57 | 67.34 | ERROR | |
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 | 7.00 | 86.00 | 93.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 |
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/13s]
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-clang
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/10s]
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
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/13s]
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-patched-linux-x86_64