equip {renv}R Documentation

Install Required System Libraries

Description

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

Usage

equip()

Value

This function is normally called for its side effects.

Examples

## Not run: 

# download useful build tools
renv::equip()


## End(Not run)

[Package renv version 0.11.0 Index]