forked from tidyverse/readr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.28 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
Package: readr
Version: 1.1.1.9000
Title: Read Rectangular Text Data
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.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
person("Jim", "Hester", , "james.hester@rstudio.com", c("aut", "cre")),
person("Romain", "Francois", role = "aut"),
person("R Core Team", role = "ctb", comment = "Date time code adapted from R"),
person("RStudio", role = c("cph", "fnd")),
person("Jukka", "Jylänki", role = c("ctb", "cph"), comment = "grisu3 implementation"),
person("Mikkel", "Jørgensen", role = c("ctb", "cph"), comment = "grisu3 implementation"))
Encoding: UTF-8
Depends:
R (>= 3.0.2)
LinkingTo: Rcpp,
BH
Imports:
Rcpp (>= 0.12.0.5),
tibble,
hms,
R6,
clipr
Suggests:
curl,
testthat,
knitr,
rmarkdown,
stringi,
covr
License: GPL (>= 2) | file LICENSE
BugReports: https://github.com/tidyverse/readr/issues
URL: http://readr.tidyverse.org, https://github.com/tidyverse/readr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)