Learn R Programming

rspm (version 0.6.0)

manager: Manage System Requirements

Description

Detect, install and configure system requirements. This function is automatically called when the package is enabled via enable. It can also be called manually at any time to update the system requirements.

Usage

install_sysreqs()

missing_sysreqs()

Arguments

Value

install_sysreqs: No return value, called for side effects.

missing_sysreqs: A list of missing libraries, for debugging.

Examples

Run this code
if (FALSE) {
# install 'units' without enabling the integration
install.packages("units")
# then trigger the installation of system requirements manually
rspm::install_sysreqs()
}

Run the code above in your browser using DataLab