ci_update | R Documentation |
With actively developed projects, it can be beneficial to auto-update
packages used in the project with a failsafe to roll back versions in case
there are breaking changes that need to be fixed. This is noramlly
accomplished via the function renv::update()
, but that assumes that no new
packages have been introduced into your workflow. This function searches for
new packages, and updates existing packages.
ci_update(profile = "lesson-requirements", update = "true", repos = NULL)
profile |
the profile of the renv project |
update |
a character vector of |
repos |
the repositories to use in the search. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.