update_pkgs: function to automatically update the R packages.

View source: R/update_pkgs.R

update_pkgsR Documentation

function to automatically update the R packages.

Description

Automatically updates the R packages from CRAN and BioConductor repositories.

Usage

update_pkgs(ask = FALSE)

Arguments

ask

Logical indicating whether to ask the user to select packages before they are 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. (The latter value only works on systems with a GUI version of select.list, and is otherwise equivalent to ask = TRUE). By default FALSE.

Value

Nothing. The packages will be updated.

Examples

update_pkgs()


sebastian-gregoricchio/Rseb documentation built on Sept. 4, 2024, 1:59 p.m.