Skip to content

RServe initialization problem

3 messages · joelarrais, Brian Ripley, Simon Urbanek

#
I want to use the R functionalities in my Java program. I found the Rserve
that appear to suite my requirements but I'm facing some configuration
problems.
I' following the web page tutorial
(http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above
problem:

C:\Program Files\R\rw2010\bin>R CMD RSERVE
Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or
directory

Thanks in advance,

Joel Arrais,
joelarrais at gmail.com
#
On Mon, 29 Aug 2005, joelarrais wrote:

            
Right.  RServe is not part of R: you need to install it.

BTW, as the posting guide says, the first thing to so is to update your R:
2.1.0 is not current.
#
On Aug 29, 2005, at 6:04 AM, joelarrais wrote:

            
I'm not quite sure why this e-mail was also sent to the R-devel,  
please see the posting guide!

Also a closer look at the documentation you mention would reveal that  
it strictly distinguishes between unix and Windows systems - on the  
latter you have to run the Rserve.exe application instead of using R  
CMD xxx.

Cheers,
Simon