Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
janitor 2.2.1 source code.tar.gz | 2024-12-22 | 415.8 kB | |
janitor 2.2.1 source code.zip | 2024-12-22 | 599.2 kB | |
README.md | 2024-12-22 | 560 Bytes | |
Totals: 3 Items | 1.0 MB | 2 |
This is a trivial bugfix release whose only purpose is fixing a test that was failing on CRAN due to the way timezones are handled in Debian. In making that fix (PR [#584]), we made a small - technically breaking - improvement to a function that works with SAS dates. >99.9% of janitor users should be unaffected by this release.
Breaking changes
sas_numeric_to_date()
now warns for timezones other than "UTC" due to the way that SAS loads timezones, and the default timezone forsas_numeric_to_date()
is now "UTC" instead of "" (#583, @billdenney)