Last updated on 2026-09-19 05:49:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 18.76 | 82.34 | 101.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 15.55 | 61.70 | 77.25 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 17.00 | 56.46 | 73.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 16.00 | 57.28 | 73.28 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 26.00 | 223.00 | 249.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.2 | 18.90 | 74.70 | 93.60 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 16.79 | 73.58 | 90.37 | OK | |
| r-release-macos-arm64 | 0.3.2 | 7.00 | 24.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 15.00 | 102.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 26.00 | 120.00 | 146.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 14.00 | 123.00 | 137.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 29.00 | 145.00 | 174.00 | OK |
Version: 0.3.2
Check: examples
Result: ERROR
Running examples in 'lutz-Ex.R' failed
The error most likely occurred in:
> ### Name: tz_plot
> ### Title: Plot a time zone
> ### Aliases: tz_plot
>
> ### ** Examples
>
> tz_plot("America/Vancouver")
Error in C_force_tz(to_posixct(time), tz, roll_dst) :
CCTZ: Unrecognized output timezone: "America/Vancouver"
Calls: tz_plot ... <Anonymous> -> .force_tz -> from_posixct -> C_force_tz
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [53s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lutz)
>
> test_check("lutz")
Saving _problems/test-olson-8.R
Saving _problems/test-olson-14.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1079 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-olson.R:8:3'): tz_plot works ───────────────────────────────────
Error in `C_force_tz(to_posixct(time), tz, roll_dst)`: CCTZ: Unrecognized output timezone: "America/Vancouver"
Backtrace:
▆
1. ├─testthat::expect_is(tz_plot("America/Vancouver"), "ggplot") at test-olson.R:8:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─lutz::tz_plot("America/Vancouver")
5. └─lutz::tz_offset(date_seq, tz)
6. ├─lubridate::force_tz(as.POSIXlt(dt), tz)
7. └─lubridate:::force_tz.default(as.POSIXlt(dt), tz)
8. └─timechange::time_force_tz(...)
9. └─timechange:::.force_tz(time, tz, tzout, roll_dst)
10. ├─timechange:::from_posixct(...)
11. └─timechange:::C_force_tz(to_posixct(time), tz, roll_dst)
── Error ('test-olson.R:14:3'): tz_offset works ────────────────────────────────
Error in `C_force_tz(to_posixct(time), tz, roll_dst)`: CCTZ: Unrecognized output timezone: "America/Vancouver"
Backtrace:
▆
1. ├─testthat::expect_is(...) at test-olson.R:14:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─lutz::tz_offset(Sys.Date(), "America/Vancouver")
5. ├─lubridate::force_tz(as.POSIXlt(dt), tz)
6. └─lubridate:::force_tz.default(as.POSIXlt(dt), tz)
7. └─timechange::time_force_tz(...)
8. └─timechange:::.force_tz(time, tz, tzout, roll_dst)
9. ├─timechange:::from_posixct(...)
10. └─timechange:::C_force_tz(to_posixct(time), tz, roll_dst)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1079 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64