Upgrade the version of renv
associated with a project.
upgrade(project = NULL, version = NULL, 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.
The version of renv
to be installed. When NULL
, the latest
version of renv
as available on GitHub will be installed.
Boolean; confirm upgrade before proceeding?