Learn R Programming

depigner (version 0.9.1)

install_pkg_set: Check basic installed packages

Description

This function is used to politely ask the user to install requiring packages. It is intended to be used in interactive sessions only.

Usage

install_pkg_set(set = pkg_all, dependencies = TRUE)

Value

invisible character vector of the subset of `interested` which was not already present, and installed.

Arguments

set

(chr) packages' names

dependencies

do you want to install the dependencies?

Details

You can pass arbitrarily sets of packages; on the other hands, you can use some sets already prepared and included into `depigner` (see `?pkg_sets`).

See Also

please_install, pkg_sets

Examples

Run this code
if (FALSE) {
  install_pkg_set() # to install all the `?pkg_all`
}

Run the code above in your browser using DataLab