Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansam committed Nov 4, 2021
1 parent 0804e4c commit c2fbf74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^\.github$
^README\.Rmd$
^README_files$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion R/fix_dates.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c2fbf74

Please sign in to comment.