update_all {rvcheck}R Documentation

update_all

Description

update all packages

Usage

update_all(check_R = TRUE, which = c("CRAN", "BioC", "github"))

Arguments

check_R

whether check R version

which

repo (CRAN, BioC, github) to update

Author(s)

Guangchuang Yu

Examples

## Not run: 
library(rvcheck)
update_all()

## End(Not run)

[Package rvcheck version 0.1.0 Index]