lib_update: Update All Installed Packages

View source: R/lib_update.R

lib_updateR Documentation

Update All Installed Packages

Description

Update all installed packages with using pak. Note: This function will be removed when pak provides any equivalent.

Usage

lib_update(upgrade = TRUE)

Arguments

upgrade

When TRUE, the default, will do ensure that you have the latest version of pkg and all its dependencies.

When upgrade = FALSE, it will only upgrade packages if them explicitly requires a higher version than what you currently have.

See Also

update.packages

Examples

## Not run: 
lib_update()
lib_update(upgrade = FALSE)

## End(Not run)

botan/bfun documentation built on June 15, 2022, 8:44 a.m.