Packrat is a dependency management system for R.

Packrat creates a separate package library for an RStudio project. Your project files will always use this library (and not your system library), which provides a place to store project specific packages (or package versions).

Basic functions

packrat::init()

Description:

packrat::snapshot()

Description:

packrat::restore()

Description:

packrat::bundle()

Description:

packrat::unbundle()

Description:

packrat::off()

Description:

packrat::on()

Description:



rstudio/reportsWS documentation built on May 28, 2019, 5:42 a.m.