CRAN Version 1.4.0 #71
nathansam
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
datefixR 1.4.0
Code changes
Support has been added for parsing dates converted to a numeric format by
Excel. Unlike R which converts
Date
objects to numeric by calculating thenumber of days since
1970-01-01
, Excel typically converts date cells tonumeric cells by calculating the number of days since
1900-01-01
.datefixR
can be told to expect dates converted by Excel instead of R by passing
excel = TRUE
todatefixR
's functions.In
datefixR
1.3.1, internal functions began to be converted to C++. Thisprocess unintentionally led to translations of some user-facing messages not
being delivered to users. This bug has now been fixed.
Documentation
Added function documentation for the new
excel
argument and updated the "GettingStarted" vignette with a section on converting numeric dates.
This discussion was created from the release CRAN Version 1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions