Re: [R] locating rcmd.exe through a batch script

2009-05-02 Thread Uwe Ligges
Santosh wrote: Dear R-sians... Installing libraries Well, I think you want to install a *package* into a library. through RCMD INSTALL does not seem to work.. Is the following command c R CMD install -l "C:\Program Files\R\R-2.8.1\library" Please use forward slashes or soubled backslash

Re: [R] locating rcmd.exe through a batch script

2009-05-01 Thread Santosh
Dear R-sians... Installing libraries through RCMD INSTALL does not seem to work.. Is the following command c R CMD install -l "C:\Program Files\R\R-2.8.1\library" "C:\temp\xpose4_4.0.4_win32 .zip" I get the following error message. 'C:\temp\xpose4_4.0.4_win32.zip':Windows binary packages in zipfi

[R] locating rcmd.exe through a batch script

2009-05-01 Thread Santosh
Dear R-sians! The following command works fine on Dos Prompt, but not in a windows batch script... dir /S /B C:\Progra~1\R\R* |findstr /I "rcmd.exe" |findstr /I "2.8.1" how do I implement the above in a windows batch script? I tried to use: for /F "usebackq tokens=*" %%i in (`dir /S /B C:\Progra