futureverse_update: Update Futureverse packages

View source: R/futureverse_update.R

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


futureverse documentation built on June 22, 2024, 9:58 a.m.