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 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

## Not run: 
healthyverse_update()

## End(Not run)

[Package healthyverse version 1.0.4 Index]