Package: renv 1.1.4.9000

Kevin Ushey

renv: Project Environments

Image for: 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.1.4.9000.tar.gz
renv_1.1.4.9000.zip(r-4.6)renv_1.1.4.9000.zip(r-4.5)renv_1.1.4.9000.zip(r-4.4)
renv_1.1.4.9000.tgz(r-4.5-any)renv_1.1.4.9000.tgz(r-4.4-any)
renv_1.1.4.9000.tar.gz(r-4.6-any)renv_1.1.4.9000.tar.gz(r-4.5-any)
renv_1.1.4.9000.tgz(r-4.4-emscripten)
renv.pdf |renv.html
renv/json (API)
NEWS

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

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

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

On CRAN:

Conda:

18.53 score 1.1k stars 119 packages 1.7k scripts 370k downloads 47 exports 0 dependencies

Last updated 17 days agofrom:8cb0525716. Checks:7 OK, 2 ERROR. Indexed: yes.

TargetResultTotal time
source / vignettesOK215
linux-devel-x86_64ERROR233
linux-release-x86_64ERROR234
macos-release-arm64OK90
macos-oldrel-arm64OK97
windows-develOK131
windows-releaseOK132
windows-oldrelOK177
wasm-releaseOK82

Exports:activateautoloadcheckoutcleanconfigconsentdeactivatedependenciesdiagnosticsembedequiphistoryhydrateinitinstallisolateloadlockfile_createlockfile_modifylockfile_readlockfile_validatelockfile_writemigratemodifypathsprojectpurgerebuildrecordrefreshrehashremoverepairrestoreretrieverevertrunsandboxscaffoldsettingssnapshotstatussysreqsupdateupgradeuseuse_python

Dependencies:

Frequently asked questions

Image for: Frequently asked questions
Rendered fromfaq.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-05-18
Started: 2019-08-27

Installing packages

Image for: Installing packages
Rendered frompackage-install.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-10-08
Started: 2023-05-04

Introduction to renv

Image for: Introduction to renv
Rendered fromrenv.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-09-20
Started: 2019-03-22

Package development

Image for: Package development
Rendered frompackages.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-04-03
Started: 2019-11-13

Package sources

Image for: Package sources
Rendered frompackage-sources.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2023-07-07
Started: 2023-05-04

packrat vs. renv

Image for: packrat vs. renv
Rendered frompackrat.Rmdusingknitr::rmarkdownon May 17 2025.

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

Project profiles

Image for: Project profiles
Rendered fromprofiles.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-02-28
Started: 2021-02-03

Using Python with renv

Image for: Using Python with renv
Rendered frompython.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2023-05-30
Started: 2019-04-09

Using renv with continuous integration

Image for: Using renv with continuous integration
Rendered fromci.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2024-10-25
Started: 2019-09-16

Using renv with Docker

Image for: Using renv with Docker
Rendered fromdocker.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2025-04-08
Started: 2019-06-14

Using renv with Posit Connect

Image for: Using renv with Posit Connect
Rendered fromrsconnect.Rmdusingknitr::rmarkdownon May 17 2025.

Last update: 2023-07-07
Started: 2020-12-14

Readme and manuals

Image for: 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
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