| fastverse_install {fastverse} | R Documentation |
This function (by default) checks if any fastverse package is missing and installs the missing package(s).
fastverse_install(..., only.missing = TRUE, install = TRUE)
... |
comma-separated package names, quoted or unquoted, or vectors of package names. If left empty, all packages returned by |
only.missing |
logical. |
install |
logical. |
fastverse_install returns NULL invisibly.
There is also the possibility to set options(fastverse.install = TRUE) before library(fastverse), which will call fastverse_install() before loading any packages to make sure all packages are available.
If you are using a .fastverse configuration file inside a project (see vignette), you can also place _opt_fastverse.install = TRUE before the list of packages in that file.