update_pkgs: update_pkgs

View source: R/update_pkgs.R

update_pkgsR Documentation

update_pkgs

Description

Update packages

Usage

update_pkgs(exclude = NULL)

Arguments

exclude

Vector with package names not to update.

Details

The function updates all installed packages using the remotes package. It allows to exclude package (e.g., because only available in non-public GitHub repo).

Value

void

Examples

## Not run: 
update_pkgs(exclude = c("pkg_a", "pkg_b"))

## End(Not run)


mhesselbarth/UtilityFunctions documentation built on April 8, 2024, 9:38 a.m.