R/renv-package.R

#' Project-local Environments for R
#'
#' Project-local environments for \R, inspired in part by the Python
#' [virtualenv](https://virtualenv.pypa.io/en/latest/) and
#' [venv](https://docs.python.org/3/library/venv.html) modules.
#'
#' You can use `renv` to construct isolated, project-local \R libraries.
#' Each project using `renv` will share package installations from a global
#' cache of packages, helping to avoid wasting disk space on multiple
#' installations of a package that might otherwise be shared across projects.
#'
"_PACKAGE"
slopp/renv documentation built on July 6, 2019, 12:08 a.m.