Description
update all packages
Usage
update_all(
check_R = TRUE,
which = c("CRAN", "BioC", "github"),
lib.loc = NULL,
...
)
Arguments
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
Examples
Run this code# NOT RUN {
library(rvcheck)
update_all()
# }
Run the code above in your browser using DataLab