update_all: update_all

Description Usage Arguments Author(s) Examples

View source: R/update_all.R

Description

update all packages

Usage

1
2
3
4
5
6
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

Author(s)

Guangchuang Yu

Examples

1
2
3
4
5
## Not run: 
library(rvcheck)
update_all()

## End(Not run)

rvcheck documentation built on Oct. 22, 2021, 9:06 a.m.

Related to update_all in rvcheck...