Skip to content

janitor 2.2.1

Latest
Compare
Choose a tag to compare
@sfirke sfirke released this 22 Dec 17:58

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 for sas_numeric_to_date() is now "UTC" instead of "" (#583, @billdenney)