Skip to content
Prev 277326 / 398506 Next

unable to get "R CMD" to work as expected on a 64 bit windows machine

Hi Josh,

Thanks for that, which directory needs to be in the path?

There is a file called R.exe in 

C:\Program Files\R\R-2.14.0\bin
C:\Program Files\R\R-2.14.0\bin\x64
and
C:\Program Files\R\R-2.14.0\bin\i386

I currently have

C:\Program Files\R\R-2.14.0\bin\x64

in the path (which is, I'm guessing why "R CMD --help" works), do I need the others in the path as well, and if so, in what order?

Cheers

Martyn


-----Original Message-----
From: Joshua Wiley [mailto:jwiley.psych at gmail.com] 
Sent: 14 November 2011 16:57
To: Martyn Byng
Cc: r-help at r-project.org
Subject: Re: [R] unable to get "R CMD" to work as expected on a 64 bit windows machine

Hi Martyn,

My guess is that you need to add the directory where R is located to
your Windows PATH variable.  It sounds like Windows just doesn't know
where to find R.

HTH,

Josh
On Mon, Nov 14, 2011 at 8:48 AM, Martyn Byng <Martyn.Byng at nag.co.uk> wrote: