Skip to content

CRAN Version 1.0.0

Compare
Choose a tag to compare
@nathansam nathansam released this 18 Jul 16:09
· 361 commits to main since this release

datefixR 1.0.0

For this revision, datefixR has undergone ropensci peer review which has resulted in substantial changes and improvements to the package. My sincerest thanks to the reviewers, Kaique dos S. Alves and Al-Ahmadgaid B. Asaad, and the editor, Adam H. Sparks.

Code changes

  • fix_date() and fix_dates() have been deprecated in favor of fix_date_char() and fix_date_df() respectively to make the role of each function clearer. The deprecated functions will continue to work but are not guaranteed to have new features. Users will be gently encouraged to transition to the new functions.
  • fix_date_char() now supports vectors as well as character objects of length 1. This also means fix_date_char() can be used with dplyr::mutate().
  • An example data frame for using with the package functions, exampledates, is now provided with the package.

Documentation

  • The package description has been changed to make the purpose of the package clearer.
  • Instead of "cleans up", fix_date_df() is now described as "tidying" a data frame.
  • Lack of support for the datetime format has been added to the README file
  • The package repository is now owned by the ropensci GitHub organization and all links have been changed accordingly.

Testing

  • Tests now expect specific warnings rather than warnings with any message.