Package: minty
Title: Minimal Type Guesser
Version: 0.0.1
Authors@R: c(
    person("Chung-hong", "Chan", role = c("aut", "cre"), email = "chainsawtiney@gmail.com", comment = c(ORCID = "0000-0002-6232-7530")),
    person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = "author of the ported code from readr"),
    person("Jim", "Hester", role = "aut", comment = "author of the ported code from readr"),
    person("Romain", "Francois", role = "ctb", comment = "author of the ported code from readr"),
    person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut"), comment = "author of the ported code from readr"),
    person("Shelby", "Bearrows", role = "ctb", comment = "author of the ported code from readr"),
    person("Posit Software, PBC", role = "cph", comment = "copyright holder of readr"),
    person("David", "Olson", role = "aut", comment = "author of src/tzfile.h")
    )
Description: Port the type guesser from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom').
License: MIT + file LICENSE
URL: https://gesistsa.github.io/minty/, https://github.com/gesistsa/minty
BugReports: https://github.com/gesistsa/minty/issues
Depends:
    R (>= 3.6)
LinkingTo: 
    cpp11,
    tzdb (>= 0.1.1)
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.1
Imports: 
    tzdb
Suggests: 
    knitr,
    stringi,
    testthat,
    withr,
    hms,
    readr
Config/Needs/website: gesistsa/tsatemplate
