Upgrade the version of renv
associated with a project.
upgrade(project = NULL, remote = "rstudio/renv",
confirm = interactive())
The project directory. If NULL
, then the active
project will be used. If no project has been specifically activated,
the current working directory is used.
A 'remote' specification, as understood by the
remotes package. (Note that
not all remote specifications are yet supported by renv
.) See
https://cran.r-project.org/web/packages/remotes/vignettes/dependencies.html
for more details. When NULL
(the default), the latest version of renv
available on GitHub is retrieved instead.
Boolean; confirm upgrade before proceeding?