Learn R Programming

rvcheck (version 0.2.1)

update_all: update_all

Description

update all packages

Usage

update_all(
  check_R = TRUE,
  which = c("CRAN", "BioC", "github"),
  lib.loc = NULL,
  ...
)

Arguments

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

Examples

Run this code
# NOT RUN {
library(rvcheck)
update_all()
# }

Run the code above in your browser using DataLab