Displaying 1 result from an estimated 1 matches for "rpacpfad".
2010 Dec 14
1
Installing R-packages in Windows
...l digit
-----------------------------------------------------------------------------
I am trying to install with a batch-script that looks like this:
-----------------------------------------------------------------------------
SET rVersion=2.10.0
SET RPfad=%ProgramFiles%\R\R-%rVersion%\bin\
set RPacPfad=software\R_packages
REM #############################################
REM #### copyying to a folder without spaces
REM #############################################
cd %windir%
cd ..
mkdir rPAcsTemp
cd %OrdnerDIR%\%RPACPFAD%
co...