Package: messydates
Title: A Flexible Class for Messy Dates
Description: Contains a set of tools for constructing and coercing
  into and from the "mdate" class. 
  This date class implements ISO 8601-2:2019(E) and
  allows regular dates and times to be annotated
  to express unspecified date or time components,
  approximate or uncertain components,
  ranges, and sets of dates.
  The package therefore retains, represents, and reasons about data and time imprecision, 
  resolving to a single data/time only on demand.
  This is useful for describing and analysing temporal information,
  whether historical or recent, where date or time precision may vary.
Version: 1.0.0
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")),
      person(given = "Jael",
             family = "Tan",
             role = "ctb",
             comment = c("IHEID", ORCID = "0000-0002-6234-9764")),
      person(given = "Nathan",
             family = "Werth",
             role = "ctb"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1)
Imports: methods, lubridate, stringi
Suggests: testthat (>= 3.0.0), rmarkdown, anytime, clock
URL: https://globalgov.github.io/messydates/
BugReports: https://github.com/globalgov/messydates/issues
Config/Needs/build: roxygen2, devtools
Config/Needs/check: covr, lintr, spelling
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: logical-operators
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-16 16:38:05 UTC; hollway
Author: James Hollway [cre, aut, ctb] (IHEID, ORCID:
    <https://orcid.org/0000-0002-8361-9647>),
  Henrique Sposito [ctb] (IHEID, ORCID:
    <https://orcid.org/0000-0003-3420-6085>),
  Jael Tan [ctb] (IHEID, ORCID: <https://orcid.org/0000-0002-6234-9764>),
  Nathan Werth [ctb]
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2026-07-16 17:40:02 UTC
