Re: [R] Rcmd not working on Windows

2006-10-12 Thread Duncan Murdoch
On 10/11/2006 10:18 PM, John Tillinghast wrote: > I changed the path to include C:\Program Files\R\R-2.3.1\bin, but Rcmd check > [package] just returns an error: > 'Rcmd' is not recognized as an internal or external command, operable > program or batch file. > > Any ideas? I want to be able to com

Re: [R] Rcmd not working on Windows

2006-10-11 Thread Gabor Grothendieck
That's a windows message which says it can't find the command you typed anywhere on its path. If you can't figure it out get Rcmd.bat from batchfiles: http://cran.r-project.org/contrib/extra/batchfiles/ and place that file anywhere on your path. It will find R in the registry and run Rcmd.ex

Re: [R] Rcmd not working on Windows

2006-10-11 Thread Richard M. Heiberger
Don't use the pathname with embedded blanks C:\Program Files\R\R-2.3.1\bin Use the 8.3 equivalent C:\Progra~1\R\R-2.3.1\bin You can find the 8.3 name with dir /x __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLE

[R] Rcmd not working on Windows

2006-10-11 Thread John Tillinghast
I changed the path to include C:\Program Files\R\R-2.3.1\bin, but Rcmd check [package] just returns an error: 'Rcmd' is not recognized as an internal or external command, operable program or batch file. Any ideas? I want to be able to compile this package on Windows. [[alternative HTML ve