install_pkg_set {depigner} | R Documentation |
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)
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').
Value
invisible character vector of the subset of 'interested' which was not already present, and installed.
Note
By default this function install all the packages listed in 'pkg_all', which is the union of all the sets of packages listed in '?pkg_sets'.
See Also
please_install, pkg_sets
Examples
## Not run:
install_pkg_set() # to install all the `?pkg_all`
## End(Not run)
[Package depigner version 0.9.1 Index]