Package: parsedate
Title: Recognize and Parse Dates in Various Formats, Including All ISO
    8601 Formats
Version: 1.3.2
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Linus", "Torvalds", role = "aut")
  )
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Parse dates automatically, without the need of specifying a
    format. Currently it includes the git date parser.  It can also
    recognize and parse all ISO 8601 formats.
License: GPL-2
URL: https://github.com/gaborcsardi/parsedate
BugReports: https://github.com/gaborcsardi/parsedate/issues
Suggests:
    covr,
    testthat (>= 3.0.0),
    withr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
