Skip to content
Prev 277200 / 398506 Next

R v2.13.2 - Cannot find Rcmd on path?

On Fri, Oct 21, 2011 at 5:07 PM, Hardy Griesbauer
<hgriesbauer at hotmail.com> wrote:
There is a batch command Rcmd.bat at http://batchfiles.googlecode.com
that when run will find R using the registry and then run the
appropriate Rcmd.exe so that you don't need to change your path or any
other environment variable.

Its a self contained .bat file so just place it anywhere on your
existing path.  At the Windows console this command will show you your
path:  path

Now try

Rcmd.bat build ...whatever...

If your path is not already set to find Rcmd.exe then Rcmd.bat can be
abbreviated to just Rcmd in the above line.