Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Apparently there is a change in the development version of R with respect to timezone handling. I suspect it is this: https://github.com/wch/r-source/blob/trunk/doc/NEWS.Rd#L296-L300
It causes this failure:
── 1. Failure: read_csv_arrow() can read timestamps (@test-csv.R#216) ───────── `tbl` not equal to `df`. Component "time": 'tzone' attributes are inconsistent ('UTC' and '') ── 2. Failure: read_csv_arrow() can read timestamps (@test-csv.R#219) ───────── `tbl` not equal to `df`. Component "time": 'tzone' attributes are inconsistent ('UTC' and '')
This needs to be fixed for the CRAN release because they check on the devel version. But it doesn't need to block the 2.0 release candidate because I can (at minimum) skip these tests before submitting to CRAN (FYI kszucs)
I'll also add a CI job to test on R-devel. I just removed 2 R jobs so we can afford to add one back.
Attachments
Issue Links
- links to