Last updated on 2024-11-22 09:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 24.12 | 69.41 | 93.53 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 17.06 | 49.68 | 66.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.3 | 173.29 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.3 | 178.99 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 31.00 | 104.00 | 135.00 | OK | |
r-patched-linux-x86_64 | 0.6.2 | 21.54 | 65.80 | 87.34 | ERROR | |
r-release-linux-x86_64 | 0.6.2 | 23.08 | 65.95 | 89.03 | OK | |
r-release-macos-arm64 | 0.6.3 | 58.00 | OK | |||
r-release-macos-x86_64 | 0.6.3 | 147.00 | OK | |||
r-release-windows-x86_64 | 0.6.3 | 30.00 | 105.00 | 135.00 | OK | |
r-oldrel-macos-arm64 | 0.6.3 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.3 | 137.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.3 | 28.00 | 118.00 | 146.00 | OK |
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
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
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
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/18s]
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-patched-linux-x86_64