View source: R/futureverse_update.R
futureverse_update | R Documentation |
This will check to see if all Futureverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
futureverse_update(recursive = FALSE, repos = getOption("repos"))
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
Returns nothing; outputs installation instructions, if needed.
## Not run:
futureverse_update()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.