equip {renv} | R Documentation |
Equip your system with libraries commonly-used during compilation of R packages. Currently only supported on Windows.
equip()
This function is normally called for its side effects.
## Not run: # download useful build tools renv::equip() ## End(Not run)