Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
Package: purrr
Title: Functional Programming Tools
Version: 0.3.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("Lionel", "Henry", , "lionel@rstudio.com", role = c("aut", "cre")),
person("RStudio", 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 (>= 3.2)
Imports:
lifecycle (>= 0.2.0),
magrittr (>= 1.5.0),
rlang (>= 0.4.10),
vctrs (>= 0.3.2)
Suggests:
covr,
crayon,
dplyr (>= 0.7.8),
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyselect
LinkingTo:
vctrs
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/testthat/edition: 3