CRAN Version 1.2.0
Code changes
-
Added much wider support for date formats commonly seen in regions where
English is not the first language (de and del, "1er" "le" etc.) . -
Months with Portuguese names are now recognized.
-
"." and ".'" separators are now supported.
-
Support has been added for dates with ordinals ("1st", "2nd", etc. )
-
datefixR
will now recognize when a month-first date is given (without
needing theformat
argument to be explicitly provided) if the month is
given by name e.g "July 4th, 1776" -
Thanks to community submissions, error messages and warnings have now been
translated to French and Spanish. These messages should automatically be
delivered instead of the English language versions based on the locale
detected by R.- French errors/warnings were translated by Jonathan Kitt (@KittJonathan on
GitHub) - Spanish errors/warnings were translated by Antonio J Perez-Luque (@ajpelu on
GitHub)
- French errors/warnings were translated by Jonathan Kitt (@KittJonathan on
Documentation
The README file now mentions which languages datefixR
currently supports.