nflverse_update {nflverse}R Documentation

Update nflverse Packages

Description

Check all nflverse packages for available cran updates.

Usage

nflverse_update(recursive = FALSE, repos = getOption("repos"), devel = FALSE)

Arguments

recursive

If TRUE, will also list all strong dependencies of nflverse packages.

repos

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

devel

If TRUE the function will look for prebuilt development versions on https://nflverse.r-universe.dev/ so it is possible to install development versions without GitHub.

Value

Returns NULL invisibly. Called for side effects.

Examples


try(
nflverse_update()
)
try(
nflverse_update(devel = TRUE)
)


[Package nflverse version 1.0.3 Index]