Skip to content

CRAN Version 1.2.0

Compare
Choose a tag to compare
@nathansam nathansam released this 22 Sep 14:47
· 261 commits to main since this release

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 the format 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)

Documentation

The README file now mentions which languages datefixR currently supports.