healthyverse_update {healthyverse} | R Documentation |
Update healthyverse packages
Description
This will check to see if all healthyverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
Usage
healthyverse_update(recursive = FALSE, repos = getOption("repos"))
Arguments
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
Value
This function do not return a value but rather are used for side effects.
Examples
## Not run:
healthyverse_update()
## End(Not run)
[Package healthyverse version 1.1.0 Index]