# rstudio/renv

renv: Project environments for R.

Repository: https://github.com/rstudio/renv
Canonical: https://ross.abutalabs.com/products/renv
Homepage: https://rstudio.github.io/renv/
Language: R
License: MIT
License Family: permissive
Last push: 2026-08-25T03:29:06+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 96, longevity 100
- inputs: {"age_days": 2835, "days_push": 8, "days_rel": 30, "gap_med": 17, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1161, forks 169 (observed 2026-08-28T04:03:49.412563+00:00)

## What it is
renv is an R package that creates reproducible project environments for R projects. It gives each project a private package library and records exact package versions in a lockfile so projects can be restored identically elsewhere.

## Use cases
- make R projects reproducible with locked package versions
- isolate R package dependencies per project
- share an R project so collaborators get the same packages
- restore R package versions on a new machine
- avoid package conflicts between R projects
- manage R dependencies like a lockfile for CI

## When to choose
- you work on multiple R projects with conflicting package requirements
- you need reproducible R environments for collaboration or deployment
- you want a lockfile-based dependency workflow in R

## When to avoid
- you work outside the R language
- you want a general-purpose package manager for non-R toolchains

## Facets
- artifact type: library
- maturity: stable
- function: package-manager, developer-tools, configuration-management
- domain: developer-tools, data-science, programming-languages
- platform: cross-platform, cli
- tags: r, reproducibility, dependency-management, lockfile, project-environments

## Member repositories
- rstudio/renv (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.412563+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-30T06:31:43.912315+00:00, confidence not recorded.
  - readme: https://github.com/rstudio/renv (fetched 2026-08-28T04:03:49.412563+00:00, sha 1b066a8258b6)
  - homepage: https://rstudio.github.io/renv/ (fetched 2026-08-29T12:36:08.875441+00:00, sha 40bc2d1129b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
