Last updated on 2023-01-25 04:51:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 3.94 | 111.85 | 115.79 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 4.92 | 83.06 | 87.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 160.79 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 154.86 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 148.00 | 143.00 | 291.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 7.51 | 106.10 | 113.61 | OK | |
r-release-linux-x86_64 | 0.1.2 | 6.90 | 109.13 | 116.03 | OK | |
r-release-macos-arm64 | 0.1.2 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 59.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 93.00 | 147.00 | 240.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 59.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 20.00 | 145.00 | 165.00 | ERROR |
Version: 0.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [32s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(datetimeoffset)
>
> test_check("datetimeoffset")
Initializing default timezone offset, which is assumed when timezone
parts are missing.
options("parttime.assume_tz_offset" = 0L)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 539 ]
== Skipped tests ===============================================================
* On CRAN (1)
* getRversion() > "4.2.0" is not TRUE (2)
== Failed tests ================================================================
-- Failure ('test-format.r:126'): format_nanotime() ----------------------------
format_nanotime(dt, format = "%F %T %Ez", tz = "GMT") (`actual`) not equal to "2020-04-04 10:10:10 +00:00" (`expected`).
`actual`: "+00:00"
`expected`: "2020-04-04 10:10:10 +00:00"
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 539 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64