Connect2Rtools: Connect to Rtools

Description Usage Arguments Details Examples

Description

Updates the path environment variable for the current R session in order to connect with the Rtools gcc compiler.

Usage

1
Connect2Rtools(path = "C:/Rtools")

Arguments

path

The path where Rtools or RBuildTools is installed.

Details

Windows users that do not want to use Connect2Rtools each time a R session is opened, they can add the path to Rtools folder and the gcc compiler to their environment variables (in the Control Panel) writting them in the first place (e.g. C:/Rtools/bin;C:/Rtools/gcc-4.6.3/bin;rest-of-environment-variables)

Examples

1
2
3
4
## Not run: 
Connect2Rtools(path = "D:\\Rtools")

## End(Not run)

SPIDDOR/SPIDDOR documentation built on May 9, 2019, 11:42 a.m.