Skip to content
Prev 29452 / 63424 Next

Windows: adding R/bin folder to the PATH variable

I was not aware about this relevant issues. I understand now why changing the
PATH variable is not so common. Perhaps, the following scheme might work
better

1. Set the R_BIN variable - something like R_BIN=.../R/R-*/bin
2. Add the R_BIN variable to PATH variable - something like PATH=...;%R_BIN%

Though I can see problems with multiple versions etc.

Regards, Gregor