-
Notifications
You must be signed in to change notification settings - Fork 277
/
Copy pathDESCRIPTION
41 lines (41 loc) · 981 Bytes
/
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: purrr
Title: Functional Programming Tools
Version: 0.3.5
Authors@R:
c(person(given = "Lionel",
family = "Henry",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: A complete and consistent functional programming
toolkit for R.
License: GPL-3 | file LICENSE
URL: https://purrr.tidyverse.org/,
https://github.com/tidyverse/purrr
BugReports: https://github.com/tidyverse/purrr/issues
Depends:
R (>= 3.2)
Imports:
magrittr (>= 1.5),
rlang (>= 0.3.1)
Suggests:
covr,
crayon,
dplyr (>= 0.7.8),
httr,
knitr,
rmarkdown,
testthat,
tibble,
tidyselect,
vctrs
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1