Package: datefixR
Title: Fix Really Messy Dates
Version: 0.1.4
Authors@R: person("Nathan",
                  "Constantine-Cooke",
                  email = "nathan.constantine-cooke@ed.ac.uk",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0002-4437-8713"))
Description: Fixes messy dates in data frames such as those entered via text
  boxes. Standardizes / - and whitespace separation, month abbreviations, and
  year first or day first by converting to R's built-in Date class. Imputes
  missing date or month using user-provided values.  
License: GPL (>= 3)
Depends: R (>= 4.0.0)
Imports: stringr
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://github.com/nathansam/datefixR
BugReports: https://github.com/nathansam/datefixR/issues
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-02-20 17:01:37 UTC; s1961592
Author: Nathan Constantine-Cooke [aut, cre]
    (<https://orcid.org/0000-0002-4437-8713>)
Maintainer: Nathan Constantine-Cooke <nathan.constantine-cooke@ed.ac.uk>
Repository: CRAN
Date/Publication: 2022-02-20 17:10:02 UTC
Built: R 4.0.5; ; 2022-04-21 05:05:39 UTC; windows
