Kevin Ushey | renv: Project Environments for R | RStudio (2020)

Описание к видео Kevin Ushey | renv: Project Environments for R | RStudio (2020)

The renv package helps you create reproducible environments for your R projects. With renv, you can make your R projects more:
- Isolated: Installing a new or updated package for one project won’t break your other projects, and vice versa.
- Portable: Easily transport your projects from one computer to another, even across different platforms. renv makes it easy to install the packages your project depends on.
- Reproducible: renv records the exact package versions you depend on, and ensures those exact versions are the ones that get installed wherever you go.

In this presentation, I'll introduce renv and some of its main workflows.

Комментарии

Информация по комментариям в разработке