Skip to contents

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

Usage

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

Arguments

recursive

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

repos

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

Examples

if (FALSE) {
sportsdataverse_update()
}