Re: [R] Calling R function from Java

2007-09-26 Thread Bio7
Hello, I've created an application (IDE for ecological modelling) on the basis of Eclipse which uses Rserve http://www.rforge.net/Rserve/ http://www.rforge.net/Rserve/ to archieve this. I also implemented a small api to send or access data from or to R and Java. The transfer is very fast. I'v

[R] Calling R function from Java

2007-09-25 Thread adschai
Hi - I would like to have the same functionality like what R(D)COM server offers but from Java world. I have java code (on windows) and need to call some R code to run some computational job and get the result back into java code. I'm wondering if there's any direct package that offers this func