Learn R Programming

futureverse (version 0.2.0)

futureverse_update: 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"))

Value

Returns nothing; outputs installation instructions, if needed.

Arguments

recursive

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

repos

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

Examples

Run this code
if (FALSE) {
futureverse_update()
}

Run the code above in your browser using DataLab