CRAN Version 1.0.0
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()
andfix_dates()
have been deprecated in favor offix_date_char()
andfix_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 meansfix_date_char()
can be used withdplyr::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.