Package: purrr Title: Functional Programming Tools Version: 1.2.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"), comment = c(ROR = "https://ror.org/03wc8by49")) ) 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.1) Imports: cli (>= 3.6.1), lifecycle (>= 1.0.3), magrittr (>= 1.5.0), rlang (>= 1.3.0), vctrs (>= 0.6.3) Suggests: carrier (>= 0.3.0), covr, dplyr (>= 0.7.8), httr, knitr, lubridate, mirai (>= 2.5.1), 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.3 Repository: https://tidyverse.r-universe.dev Date/Publication: 2026-07-08 16:03:02 UTC RemoteUrl: https://github.com/tidyverse/purrr RemoteRef: HEAD RemoteSha: 481e829f297fd4315b386518215157f361475ad0 NeedsCompilation: yes Packaged: 2026-07-08 17:17:40 UTC; root Author: Hadley Wickham [aut, cre] (ORCID: ), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hadley Wickham