forked from tidyverse/readr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
75 lines (75 loc) · 1.92 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: readr
Title: Read Rectangular Text Data
Version: 1.4.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Romain",
family = "Francois",
role = "ctb"),
person(given = "R Core Team",
role = "ctb",
comment = "Date time code adapted from R"),
person(given = "RStudio",
role = c("cph", "fnd")),
person(given = "Jukka",
family = "Jylänki",
role = c("ctb", "cph"),
comment = "grisu3 implementation"),
person(given = "Mikkel",
family = "Jørgensen",
role = c("ctb", "cph"),
comment = "grisu3 implementation"))
Description: The goal of 'readr' is to provide a fast and
friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf').
It is designed to flexibly parse many types of data found in the wild,
while still cleanly failing when data unexpectedly changes.
License: GPL (>= 2) | file LICENSE
URL: https://readr.tidyverse.org,
https://github.com/tidyverse/readr
BugReports: https://github.com/tidyverse/readr/issues
Depends:
R (>= 3.1)
Imports:
cli,
clipr,
crayon,
hms (>= 0.4.1),
methods,
rlang,
R6,
tibble,
utils,
lifecycle (>= 0.2.0)
Suggests:
covr,
curl,
dplyr,
knitr,
rmarkdown,
spelling,
stringi,
testthat,
xml2
LinkingTo:
BH,
cpp11
VignetteBuilder:
knitr
Config/Needs/website:
pkgdown,
tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11
RdMacros: lifecycle