forked from tidyverse/purrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 808 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
Package: purrr
Title: Functional Programming Tools
Version: 0.3.2.9000
Authors@R: c(
person("Lionel", "Henry", , "lionel@rstudio.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
person("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:
magrittr (>= 1.5),
rlang (>= 0.3.1)
Suggests:
covr,
crayon,
dplyr (>= 0.7.8),
knitr,
rmarkdown,
testthat,
tibble,
tidyselect
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1