Learn R Programming

renv (version 0.9.3)

equip: Install Required System Libraries

Description

Equip your system with libraries commonly-used during compilation of R packages. Currently only supported on Windows.

Usage

equip()

Arguments

Value

This function is normally called for its side effects.

Examples

Run this code
# NOT RUN {
# download useful build tools
renv::equip()

# }

Run the code above in your browser using DataLab