p_update: Update Out-of-Date Packages

Description Usage Arguments See Also Examples

Description

Either view out of date packages or update out of data packages.

Usage

1
2
3
p_update(update = TRUE, ask = FALSE, ...)

p_up(update = TRUE, ask = FALSE, ...)

Arguments

update

logical. If TRUE updates any out-of-date packages; if FALSE returns a list of out-of-date packages.

ask

logical. If TRUE asks user before packages are actually downloaded and installed, or the character string "graphics", which brings up a widget to allow the user to (de-)select from the list of packages which could be updated or added.

...

Other arguments passed to update.packages.

See Also

update.packages, old.packages

Examples

1
2
3
4
5
6
## Not run: 
p_update()
p_update(FALSE)
p_up(FALSE)

## End(Not run)

pacman documentation built on May 2, 2019, 1:08 p.m.