Description Usage Arguments Details Value Examples
Upgrade the version of renv
associated with a project.
1 |
project |
The project directory. If |
version |
The version of |
reload |
Boolean; reload |
prompt |
Boolean; prompt upgrade before proceeding? |
By default, this function will attempt to install the latest version of
renv
as available on the active R package repositories. If you'd instead
like to try out a development version of renv
, you can explicitly request a
different version of renv
and that version of the package will be
downloaded and installed from GitHub. Use version = "master"
to install the
latest development version of renv
, as from the renv
project's GitHub page.
A boolean value, indicating whether the requested version of
renv
was successfully installed. Note that this function is normally
called for its side effects.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.