fastverse_update {fastverse}R Documentation

Update fastverse packages

Description

This will check all fastverse packages (and their dependencies) for updates and (optionally) install those updates.

Usage

fastverse_update(..., install = FALSE)

Arguments

...

arguments passed to fastverse_deps.

install

logical. TRUE will proceed to install outdated packages, whereas FALSE (recommended) will print the installation command asking you to run it in a clean R session.

Value

fastverse_update returns NULL invisibly.

See Also

fastverse_deps, fastverse


[Package fastverse version 0.2.4 Index]