forked from tidyverse/purrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.02 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
Package: purrr
Title: Functional Programming Tools
Version: 0.3.4.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Lionel",
family = "Henry",
role = c("aut", "cre"),
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: http://purrr.tidyverse.org,
https://github.com/tidyverse/purrr
BugReports: https://github.com/tidyverse/purrr/issues
Depends:
R (>= 3.2)
Imports:
lifecycle (>= 0.2.0),
magrittr (>= 1.5.0),
rlang (>= 0.4.7),
vctrs (>= 0.3.2)
LinkingTo:
vctrs
Suggests:
covr,
crayon,
dplyr (>= 0.7.8),
knitr,
rmarkdown,
testthat,
tibble,
tidyselect
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1