forked from tidyverse/readr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
67 lines (67 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
67 lines (67 loc) · 1.77 KB
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
Package: readr
Title: Read Rectangular Text Data
Version: 1.3.1.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "hadley@rstudio.com"),
person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "james.hester@rstudio.com"),
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: http://readr.tidyverse.org,
https://github.com/tidyverse/readr
BugReports: https://github.com/tidyverse/readr/issues
Depends:
R (>= 3.1)
Imports:
clipr,
crayon,
hms (>= 0.4.1),
methods,
R6,
Rcpp (>= 0.12.0.5),
tibble,
utils
Suggests:
covr,
curl,
dplyr,
knitr,
rmarkdown,
spelling,
stringi,
testthat,
xml2
LinkingTo:
BH,
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
SystemRequirements: GNU make