futureverse_update {futureverse}R Documentation

Update Futureverse packages

Description

This will check to see if all Futureverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.

Usage

futureverse_update(recursive = FALSE, repos = getOption("repos"))

Arguments

recursive

If TRUE, will also list all dependencies of tidyverse packages.

repos

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

Value

Returns nothing; outputs installation instructions, if needed.

Examples

## Not run: 
futureverse_update()

## End(Not run)


[Package futureverse version 0.1.0 Index]