r-lib / clock

A Date-Time Library for R
https://clock.r-lib.org
Other
97 stars 4 forks source link

Update to rlang 1.0.0 snapshots #285

Closed DavisVaughan closed 2 years ago

DavisVaughan commented 2 years ago

The Windows test failures are related to an update in testthat that essentially means we can't write / cat() UTF8 on Windows machines, which we do here https://github.com/r-lib/clock/blob/b13d783359ea388f4d4b73fd99c7511bf7c09c78/tests/testthat/test-date.R#L274. I will follow up on this in a different PR to remove this UTF8 writing