forked from tidyverse/readr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.31 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
Package: readr
Version: 1.2.0
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", , "[email protected]", "aut"),
person("Jim", "Hester", , "[email protected]", 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 (>= 0.4.1),
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)
Remotes:
tidyverse/hms