Package: messydates
Title: A Flexible Class for Messy Dates
Description: Contains a set of tools for constructing and coercing
  into and from the messydt class. 
  This date class implements ISO 8601-2:2019(E) and
  allows regular dates to be annotated 
  to express unspecified date components,
  approximate or uncertain date components, 
  date ranges, and sets of dates. 
  This is useful for describing and analysing temporal information,
  whether historical or recent, where date precision may vary.
Version: 0.1.1
Authors@R: 
    c(person(given = "James",
             family = "Hollway",
             role = c("cre", "aut", "ctb"),
             email = "james.hollway@graduateinstitute.ch",
             comment = c("IHEID", ORCID = "0000-0002-8361-9647")),
      person(given = "Henrique",
             family = "Sposito",
             role = "ctb",
             comment = c("IHEID", ORCID = "0000-0003-3420-6085")))
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: covr, stringr, purrr, lubridate, tibble, dplyr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-07-16 08:47:38 UTC; hollway
Author: James Hollway [cre, aut, ctb] (IHEID,
    <https://orcid.org/0000-0002-8361-9647>),
  Henrique Sposito [ctb] (IHEID, <https://orcid.org/0000-0003-3420-6085>)
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2021-07-19 07:50:02 UTC
