[wpkg-users] Rscript hanging when run from WPKG

2009-09-23 Thread James Andrewartha
Hi, I've successfully installed R with the packages.xml at http://wpkg.org/R. Now I'm trying to automate installation of some R libaries by adding the following: install cmd='%PROGRAMFILES%\R\R-2.9.2\bin\Rscript.exe %SOFTWARE%\_newinstall\base\r-libraries.r ' / where r-libraries.r is

Re: [wpkg-users] Rscript hanging when run from WPKG

2009-09-23 Thread Rainer Meier
Hi, Jacob Jarick wrote: try install cmd='cmd /c %PROGRAMFILES%\R\R-2.9.2\bin\Rscript.exe %SOFTWARE%\_newinstall\base\r-libraries.r ' / Adding STDOUT redirection to NUL is an option too. In case Rscript.exe prints a lot of output on the console (4kB) it will block. This is a known issue

Re: [wpkg-users] Rscript hanging when run from WPKG

2009-09-23 Thread James Andrewartha
Jacob Jarick wrote: try install cmd='cmd /c %PROGRAMFILES%\R\R-2.9.2\bin\Rscript.exe %SOFTWARE%\_newinstall\base\r-libraries.r ' / Yes, that worked, thanks. I forgot to mention that I did try nul earlier, but it had no effect - I even tried ' %PROGRAMFILES%\R\install.log' but the file