Package: renv 1.2.3.9000

Kevin Ushey

renv: Project Environments

A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.

Authors:Kevin Ushey [aut, cre], Hadley Wickham [aut], Posit Software, PBC [cph, fnd]

renv_1.2.3.9000.tar.gz
renv_1.2.3.9000.zip(r-4.7)renv_1.2.3.9000.zip(r-4.6)renv_1.2.3.9000.zip(r-4.5)
renv_1.2.3.9000.tgz(r-4.6-any)renv_1.2.3.9000.tgz(r-4.5-any)
renv_1.2.3.9000.tar.gz(r-4.7-any)renv_1.2.3.9000.tar.gz(r-4.6-any)
renv_1.2.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
renv/json (API)
NEWS

# Install 'renv' in R:
install.packages('renv', repos = c('https://nmrgroup.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rstudio/renv/issues

Pkgdown/docs site:https://rstudio.github.io

On CRAN:

Conda:

18.71 score 1.2k stars 140 packages 2.0k scripts 344k downloads 49 exports 0 dependencies

Last updated from:a5aba89fc1. Checks:2 ERROR, 7 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR281
source / vignettesOK194
linux-release-x86_64ERROR274
macos-release-arm64OK133
macos-oldrel-arm64OK131
windows-develOK120
windows-releaseOK122
windows-oldrelOK115
wasm-releaseOK113

Exports:activateautoloadcheckoutcleanconfigconsentdeactivatedependenciesdiagnosticsembedequiphistoryhydrateinitinstallisolateloadlockfile_createlockfile_modifylockfile_readlockfile_validatelockfile_writemigratemodifypathsplanprojectpurgerebuildrecordrefreshrehashremoverepairrestoreretrieverevertrunsandboxscaffoldsettingssnapshotstatussysreqsupdateupgradeuseuse_pythonvulns

Dependencies:

Frequently asked questions

Rendered fromfaq.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-04-16
Started: 2019-08-27

Installing packages

Rendered frompackage-install.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-04-16
Started: 2023-05-04

Introduction to renv

Rendered fromrenv.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2019-03-22

Package development

Rendered frompackages.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2025-07-24
Started: 2019-11-13

Package sources

Rendered frompackage-sources.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2023-05-04

packrat vs. renv

Rendered frompackrat.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2025-07-24
Started: 2023-05-16

Project profiles

Rendered fromprofiles.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2021-02-03

Using Python with renv

Rendered frompython.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2019-04-09

Using renv with continuous integration

Rendered fromci.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2019-09-16

Using renv with Docker

Rendered fromdocker.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-03-17
Started: 2019-06-14

Using renv with Posit Connect

Rendered fromrsconnect.Rmdusingknitr::rmarkdownon Jun 02 2026.

Last update: 2026-04-16
Started: 2020-12-14

Readme and manuals

Help Manual

Help pageTopics
Project-local Environments for Rrenv-package renv
Activate or deactivate a projectactivate deactivate
Auto-load the active projectautoload
Checkout a repositorycheckout
Clean a projectclean
User-level settingsconfig
Consent to usage of renvconsent
Find R package dependencies in a projectdependencies
Print a diagnostics reportdiagnostics
Capture and re-use dependencies within a '.R', '.Rmd' or '.qmd'embed use
View and revert to a historical lockfilehistory revert
Imbue an renv Installationimbue
Use renv in a projectinit
Install packagesinstall
Isolate a projectisolate
Load a projectload
Lockfileslockfiles lockfile_create lockfile_modify lockfile_read lockfile_write
Migrate a project from packrat to renvmigrate
Modify a Lockfilemodify
Path for storing global statepaths
Plan package installationsplan
Retrieve the active projectproject
Purge packages from the cachepurge
Rebuild the packages in your project libraryrebuild
Update package records in a lockfilerecord
Refresh the local cache of available packagesrefresh
Re-hash packages in the renv cacherehash
Resolve a Remoteremote
Remove packagesremove
Repair a projectrepair
Restore project library from a lockfilerestore
Retrieve packagesretrieve
Run a scriptrun
The default library sandboxsandbox
Generate project infrastructurescaffold
Project settingssettings
Record current state of the project library in the lockfilesnapshot
Report inconsistencies between lockfile, library, and dependenciesstatus
R System Requirementssysreqs
Update packagesupdate
Upgrade renvupgrade
Use pythonuse_python