tidyverse/tidyr
Tidy Messy Data observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 85
- Release rhythm 33
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4467
- days_rel: 236
- days_push: 92
- n_releases_24m: 1
Adoption not part of the score
1438 stars · 418 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tidyr is an R package from the tidyverse that provides tools for reshaping messy data into tidy form, including pivoting between long and wide formats, rectangling nested lists, and handling missing values. It is a core data-wrangling dependency widely used in R data analysis workflows.
Use cases
- reshape a wide dataset into long format for plotting
- convert long data to wide with pivot_wider
- flatten nested JSON-like lists into tidy tibbles
- fill in missing values in a time series
- split a single character column into multiple columns
- make implicit missing values explicit in grouped data
When to choose
- you work in R and need to reshape or clean data frames
- you use the tidyverse and want consistent tidy-data tooling
- you need to unnest or rectangle deeply nested list data
When to avoid
- you work outside R
- you need high-performance reshaping of very large datasets better served by data.table
- you only need SQL-style joins or aggregation rather than reshaping
Facets
library · maturity stable
etl data-science data-science tidy-data data-wrangling tidyverse pivoting data-cleaning data-engineering r
4 sources
- readme: https://github.com/tidyverse/tidyr · fetched 2026-08-28 · 43d5af1076a8
- homepage: https://tidyr.tidyverse.org/ · fetched 2026-08-29 · e1470e9ed1f8
- site_page: https://tidyr.tidyverse.org/news/index.html · fetched 2026-08-29 · 5809f573c1b6
- site_page: https://tidyr.tidyverse.org/authors.html · fetched 2026-08-29 · ed1abc61cbe5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidyverse/tidyr | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem