lubripack: Install and Load R Packages

Description Usage Arguments Details

View source: R/lubripack.R

Description

This function receives a list of packages to locally install and load them into memory. For each of the package names, it does firstly check local repository of installed packages; If the given package is not installed, it installs it otherwise it throws warning message and skip to the next package.Once all packages installed successfully, it loads them into namespace using 'require' function. Require function does not break in case of error, rather it throws a warning message when requested package is not available to install.

Usage

1
lubripack(..., silent = FALSE)

Arguments

...

list of packages desired to be installed and loded

silent

to tell lubripack whether report successful loading of requested packages or not.Read more in details.

Details

If at all you give a package that cannot be installed, it ignores its loading and throws a warning message about its failure to install the package (no error) Note 1: Functional Modes: By default the function reports successfull installation of those packages successfully installed. However, if reporting is not desirable, can turn it off by 'silent=FALSE' Note 2: instload.packages does accept only list of characters. It does not accept integer or decimal values


Espanta/lubripack documentation built on May 6, 2019, 4:04 p.m.