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

tidyverse/dplyr

dplyr: A grammar of data manipulation observed · 2026-08-28

github.com/tidyverse/dplyr · homepage · R · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 85
  • Release rhythm 65
  • 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: 58
  • age_days: 5057
  • days_rel: 152
  • days_push: 92
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

5062 stars · 2115 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

dplyr is an R package providing a consistent grammar of data manipulation with verbs like mutate(), select(), filter(), summarise(), and arrange() for transforming data frames and tibbles. It supports pluggable backends (Arrow, databases via dbplyr, data.table, DuckDB, Spark) so the same code scales from in-memory data to large datasets.

Use cases

  • filter and summarize rows in an R data frame
  • add new computed columns to a dataset
  • group data and compute per-group summaries
  • join and combine two tables in R
  • run the same data transformation code against a SQL database or Spark
  • clean and reshape a dataset for analysis

When to choose

  • you work in R and want readable, pipe-friendly data manipulation
  • you need consistent verbs across data frames, databases, Arrow, and Spark
  • you are following tidyverse conventions or R for Data Science workflows

When to avoid

  • you work outside R
  • you need raw maximum performance and prefer writing data.table or SQL directly
  • you need non-tabular data structures like graphs or unstructured text

Facets

library · maturity stable

data-science etl developer-tools data-science analytics data-manipulation tidyverse data-frames grammar-of-data r-package data-engineering r

3 sources

Member repositories

RepositoryRoleHealth v2
tidyverse/dplyrmain81

For agents

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

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