diff --git a/.Rbuildignore b/.Rbuildignore index 19aa804..36c0bfb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,3 +4,4 @@ ^\.github$ ^README\.Rmd$ ^README_files$ +^cran-comments\.md$ diff --git a/R/fix_dates.R b/R/fix_dates.R index 35e4f8c..d498e78 100644 --- a/R/fix_dates.R +++ b/R/fix_dates.R @@ -5,7 +5,7 @@ months$full <- tolower(month.name) #' @title Clean up messy date columns #' @description Cleans up a \code{dataframe} object which has date columns #' entered via a free-text box (possibly by different users) and are therefore -#' in a non-standardised format. Supports numerous seperators including /,- or +#' in a non-standardized format. Supports numerous separators including /,- or #' space. Supports all-numeric, abbreviation or long-hand month notation. Where #' day of the month has not been supplied, the first day of the month is #' imputed. When day, month and year is given either DMY or YMD is assumed; the diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..c1fd363 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,15 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. + +## Test environments + +- windows-latest (R release) +- macOS-latest (R release) +- macOS-latest (R devel) +- ubuntu-18.04 (release) + +via GitHub actions https://github.com/nathansam/datefixR/actions +