Re: [R] Java to R interface

2010-06-21 Thread iammyr
I know this is an old thread but, since the issue posted here has not been solved, if someone is still needing help, I suggest to have a loook at http://www.gisos.de/blog/articles/5/jri-and-eclipse-first-steps -- View this message in context: http://r.789695.n4.nabble.com/Java-to-R-interface

[R] Java to R interface.

2009-09-25 Thread vikrant S
’ Please Help me to install rJava. and anyone Could u suggest Is there any better way to call R from Java And provide me the tutorial for the same ? Thanks in Advance -- View this message in context: http://www.nabble.com/Java-to-R-interface.-tp25606893p25606893.html Sent from the R help mailing

Re: [R] Java to R interface.

2009-09-25 Thread Cedrick Johnson
You could also try Rserve http://www.rforge.net/Rserve/ -cj vikrant S wrote: I want to call R functions from Java. I read a couple of forums that said to install package rJava in R. However I am not able to install rJava package in linux Ubuntu.I tried with two commands. One is

Re: [R] Java to R interface

2009-07-23 Thread peterburzhec
-contained, reproducible code. -- View this message in context: http://www.nabble.com/Java-to-R-interface-tp17672475p24634848.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] Java to R interface

2008-06-09 Thread Dumblauskas, Jerry
So the system path is set. In your props you set the jar (otherwise you will not compile) But, in your class you run with did you pass as a system call the path to jri? In my system I pass it in as such -Djava.library.path=C:\R\R-2.7.0\library\rJava\jri If I remove that I get your error

Re: [R] Java to R interface

2008-06-06 Thread Dumblauskas, Jerry
Try and make sure that R is in your windows Path variable I got your message when I first did this, but when I did the about it then worked... == Please access the attached hyperlink for an important electronic

Re: [R] Java to R interface

2008-06-06 Thread madhura
The path to R/bin is in the Windows PATH variable. Yet I get this error. On Jun 6, 10:37 am, Dumblauskas, Jerry [EMAIL PROTECTED] suisse.com wrote: Try and make sure that R is in your windows Path variable I got your message when I first did this, but when I did the about it then worked...

[R] Java to R interface

2008-06-05 Thread madhura
I am developing an application that uses Eclipse framework on Windows. I have to call R from Java. I downloaded rJava package and installed it. I set the classpath in the Run Dialog in Eclipse to the directory where the JRI.jar is. I set the Path environmental variable to the directory where

Re: [R] Java to R interface

2008-06-05 Thread Bio7
libs. With king regards Marcel -- View this message in context: http://www.nabble.com/Java-to-R-interface-tp17672475p17674386.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch