Learn R Programming

renv (version 1.0.7)

equip: Install required system libraries

Description

Equip your system with libraries commonly-used during compilation of base and recommended R packages. This was previously useful with older versions of R on windows, but is no longer terribly helpful.

Usage

equip()

Arguments

Value

This function is normally called for its side effects.

Examples

Run this code
if (FALSE) {

# download useful build tools
renv::equip()

}

Run the code above in your browser using DataLab