Re: [R] Java API to pass commands to R console from Java Program

2010-05-17 Thread NewRUser
Thanks Cedric. I did take a look at RServe, but that doesn't seem to support concurrency in windows environment. As ours is primarily a windows environment, we are looking for some other ways. Is there any way in rJava/JRI to call commands directly from java code? Thank you. On Sat, May 15, 2010

Re: [R] Java API to pass commands to R console from Java Program

2010-05-15 Thread Cedrick W. Johnson
You could take a look at RServe on r-forge, perhaps that's what you're looking for? -c On 5/14/2010 4:03 PM, NewRUser wrote: Hi all, I am a new user of R and we have to integrate R into Java. I have downloaded and installed R and rJava/JRI and set up the environment. I was able to run the r

[R] Java API to pass commands to R console from Java Program

2010-05-15 Thread NewRUser
Hi all, I am a new user of R and we have to integrate R into Java. I have downloaded and installed R and rJava/JRI and set up the environment. I was able to run the rTest java programs successfully. I have to automate the process involving R. I have the following question regarding it. Instead