There was an issue with saving this content. Please try again.
There was an issue with removing this item from your saved content. Please try again.
Getting Started with renv
Learn to use renv to manage R package dependencies and create reproducible environments across projects and collaborators.
Course Objectives
- Explain what renv is and why reproducible R environments matter for data science work
- Initialize renv in an R project and identify the key files it creates
- Install R packages within an renv project
- Capture project dependencies in a lockfile using renv::snapshot()
- Restore a project environment from a lockfile using renv::restore()
Curriculum24 min
-
renv Basics
-
-
Setting Up renv in Your Project
-
-
Install, Snapshot, Restore
-
Installing Packages and Snapshotting
-
-
-
Lab
-
-
Next Steps
-
Course Objectives
- Explain what renv is and why reproducible R environments matter for data science work
- Initialize renv in an R project and identify the key files it creates
- Install R packages within an renv project
- Capture project dependencies in a lockfile using renv::snapshot()
- Restore a project environment from a lockfile using renv::restore()
Curriculum24 min
-
renv Basics
-
-
Setting Up renv in Your Project
-
-
Install, Snapshot, Restore
-
Installing Packages and Snapshotting
-
-
-
Lab
-
-
Next Steps
-