Skip to contents

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 TRUE, will also list all dependencies of healthyverse packages.

repos

The repositories to use to check for updates. Defaults to getOptions("repos").

Value

This function do not return a value but rather are used for side effects.

Examples

if (FALSE) {
healthyverse_update()
}