Ross ROSS = Recommend OSS · open-source software intelligence for agents

tidyverse/tidyr

Tidy Messy Data observed · 2026-08-28

github.com/tidyverse/tidyr · homepage · R · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tidyverse/tidyrmain70

For agents

markdown · JSON · MCP: product_card(name="tidyverse/tidyr")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem