-
Notifications
You must be signed in to change notification settings - Fork 272
/
DESCRIPTION
44 lines (44 loc) · 1.12 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: 1.0.2.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X")),
person("Lionel", "Henry", , "lionel@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: A complete and consistent functional programming toolkit for
R.
License: MIT + file LICENSE
URL: https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr
BugReports: https://github.com/tidyverse/purrr/issues
Depends:
R (>= 4.0)
Imports:
cli (>= 3.6.1),
lifecycle (>= 1.0.3),
magrittr (>= 1.5.0),
rlang (>= 1.1.1),
vctrs (>= 0.6.3)
Suggests:
covr,
dplyr (>= 0.7.8),
httr,
knitr,
lubridate,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyselect
LinkingTo:
cli
VignetteBuilder:
knitr
Biarch: true
Config/build/compilation-database: true
Config/Needs/website: tidyverse/tidytemplate, tidyr
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2