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, repos = getOption("repos"))
Arguments
... |
arguments passed to |
install |
logical. |
repos |
character vector. Base URL(s) of the repositories to use, e.g., the URL of a CRAN mirror such as |
Value
fastverse_update
returns NULL
invisibly.
See Also
Examples
## Not run:
## Update from CRAN
fastverse_update()
## Update from R-Universe (development versions)
fastverse_update(repos = .fastverse_repos)
## End(Not run)
[Package fastverse version 0.3.3 Index]