Package: datefixR
Title: Fix Really Messy Dates
Version: 0.1.6
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://www.constantine-cooke.com/datefixR/
        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: no
Packaged: 2022-05-03 22:46:27 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-05-03 23:00:05 UTC
