# tidyverse/tidyverse

Easily install and load packages from the tidyverse

Repository: https://github.com/tidyverse/tidyverse
Canonical: https://ross.abutalabs.com/products/tidyverse
Homepage: https://tidyverse.tidyverse.org
Language: R
License: NOASSERTION
License Family: other
Topics: r, data-science, tidyverse
Last push: 2025-06-18T20:15:42+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 27, release rhythm 8, longevity 100
- inputs: {"age_days": 3648, "days_push": 441, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1799, forks 292 (observed 2026-08-28T04:05:37.884966+00:00)

## What it is
The tidyverse package is an R metapackage that installs and loads the core tidyverse packages (ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, forcats, lubridate) in a single command. It provides utilities like tidyverse_conflicts() and tidyverse_sitrep() to report package versions and namespace conflicts.

## Use cases
- install all core tidyverse R packages in one command
- load ggplot2, dplyr, and tidyr together with library(tidyverse)
- set up an R environment for data science and data wrangling
- check which tidyverse package versions are installed
- diagnose masked function conflicts between loaded R packages

## When to choose
- you want a one-command setup of the standard R data science stack
- you are following R for Data Science or tidyverse-style workflows
- you want consistent, interoperable packages for data manipulation and visualization

## When to avoid
- you only need one or two specific packages - install them directly
- you want a minimal dependency footprint, since this pulls in many packages
- you prefer base R or data.table idioms over tidyverse conventions

## Facets
- artifact type: library
- maturity: stable
- function: data-science, data-visualization, package-manager, developer-tools
- domain: data-science, data-visualization, developer-tools
- platform: cross-platform, cli
- tags: r, r-package, metapackage, tidyverse, ggplot2, dplyr, data-wrangling, cran

## Member repositories
- tidyverse/tidyverse (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.884966+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:22:18.263684+00:00, confidence not recorded.
  - readme: https://github.com/tidyverse/tidyverse (fetched 2026-08-28T04:05:37.884966+00:00, sha a74d1637c933)
  - homepage: https://tidyverse.tidyverse.org (fetched 2026-08-29T11:01:10.126403+00:00, sha 180d0f1d05d2)
  - site_page: https://tidyverse.tidyverse.org/news/index.html (fetched 2026-08-29T11:01:10.128917+00:00, sha 5c91ed4d3456)
- Data as of 2026-08-30T08:39:29.467469+00:00.
