Package: datefixR
Title: Fix Really Messy Dates
Version: 0.1.1
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
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-11-04 14:53:57 UTC; nathan
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: 2021-11-05 08:30:02 UTC
