update_all {rvcheck} | R Documentation |
update all packages
update_all(
check_R = TRUE,
which = c("CRAN", "BioC", "github"),
lib.loc = NULL,
...
)
check_R |
whether check R version |
which |
repo (CRAN, BioC, github) to update |
lib.loc |
location of library, default is NULL and will set to .libPaths() |
... |
additional parameters to install packages |
Guangchuang Yu
## Not run:
library(rvcheck)
update_all()
## End(Not run)