tidyverse/purrr
A functional programming toolkit for R observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 93
- Release rhythm 55
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 104.0
- age_days: 4295
- days_rel: 143
- days_push: 42
- n_releases_24m: 5
Adoption not part of the score
1401 stars · 294 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
purrr is an R package that enhances R's functional programming toolkit with a complete, consistent set of tools for working with functions and vectors. Its family of map() functions lets users replace for loops with succinct, type-stable, pipe-friendly iteration code.
Use cases
- replace for loops with map functions in R
- fit models to each group of a split data frame
- iterate over lists and vectors with type-stable output
- extract components from lists by name or position
- track progress of long-running map jobs
- parallelize map computations across cores or machines
When to choose
- you write R and want cleaner iteration than for loops or apply functions
- you need type-stable map variants like map_dbl() or map_chr()
- you want pipe-friendly functional programming within the tidyverse
- you need easy progress tracking or parallel execution for map operations
When to avoid
- you work outside R
- you prefer base R apply-family functions or avoid tidyverse dependencies
- you need high-performance big-data parallelism beyond simple multicore mapping
Facets
library · maturity stable
developer-tools data-science concurrency data-science programming-languages developer-tools python r functional-programming tidyverse map-functions iteration type-stable
3 sources
- readme: https://github.com/tidyverse/purrr · fetched 2026-08-28 · c8b98424900d
- homepage: https://purrr.tidyverse.org/ · fetched 2026-08-29 · a4c4f46b1573
- site_page: https://purrr.tidyverse.org/news/index.html · fetched 2026-08-29 · 254613c0f19f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidyverse/purrr | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem