-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: minty
Title: Minimal Type Guesser
Version: 0.0.4
Authors@R: c(
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-6232-7530")),
person("Hadley", "Wickham", , "[email protected]", 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", , "[email protected]", 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 (>= 0.5.0),
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.2
Imports:
tzdb
Suggests:
knitr,
stringi,
testthat,
withr,
hms,
readr
Config/Needs/website: gesistsa/tsatemplate