Re: [Rd] Call R function from Java

2010-08-08 Thread bytecode
RCaller is another way for calling r from java without JNI. You can try and develop RCaller with GPL license. http://www.mhsatman.com/rcaller -- View this message in context: http://r.789695.n4.nabble.com/Call-R-function-from-Java-tp911738p2317844.html Sent from the R devel mailing list archive

Re: [Rd] Call R function from Java

2010-03-17 Thread sara_m
Hi, i would like also to install JRI in Eclipse but it doesnt work.. @way4thesub: can you please tell me how you did that? thanks sara -- View this message in context: http://n4.nabble.com/Call-R-function-from-Java-tp911738p1596298.html Sent from the R devel mailing list archive at Nabble.c

Re: [Rd] Call R function from Java

2006-07-13 Thread Simon Urbanek
Adam, [I'm moving this discussion to stat-rosuda-devel, because JRI is strictly speaking a contributed package] On Jul 13, 2006, at 5:28 PM, Adam Kapelner wrote: > It worked. All I had to do is set PATH = < R directory > in my > system variables in "My Computer" and that was it! > > Oh btw S

Re: [Rd] Call R function from Java

2006-07-13 Thread Adam Kapelner
om: Simon Urbanek [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 11:17 AM To: way4thesub Subject: Re: [Rd] Call R function from Java Adam, On Jul 12, 2006, at 10:42 PM, way4thesub wrote: > I am unsure how to actually import JRI into eclipse. I don't know either, but I'd re

Re: [Rd] Call R function from Java

2006-07-12 Thread Prof Brian Ripley
Please do study the posting guide and consult the maintainer (as it asked you to do) with basic information (such as your OS) and the exact messages you received. As a guess: your PATH does not include the R DLLs and needs to? On Wed, 12 Jul 2006, way4thesub wrote: > > Hello, > > I am curren

Re: [Rd] Call R function from Java

2006-07-12 Thread way4thesub
Hello, I am currently attempting to use JRI to call data mining functions in R (ie rpart, lda, etc). I am using Eclipse 3.1.1 and jre1.5.0_06 and jdk1.5.0_07. I am unsure how to actually import JRI into eclipse. I've downloaded the JGR, the rJava and the JRI. I've included the jri.jar file in my

Re: [Rd] Call R function from Java

2006-07-07 Thread Simon Urbanek
On Jul 7, 2006, at 2:05 PM, Vincent Yau wrote: > Simon: > > Would JRI able to also invoke stuff from R packages that I have > installed? > (e.g Bioconductor) > Of course. JRI starts the same R as the RGUI or R console. R is run as one thread in your Java application. Depending on the platfo

Re: [Rd] Call R function from Java

2006-07-07 Thread Vincent Yau
Simon: Would JRI able to also invoke stuff from R packages that I have installed? (e.g Bioconductor) Thanks --v On 7/7/06, Simon Urbanek <[EMAIL PROTECTED]> wrote: > > > On Jul 7, 2006, at 8:50 AM, zana adeb wrote: > > > Dear All, > > > > I need to call R functions from Java, I've read on t

Re: [Rd] Call R function from Java

2006-07-07 Thread Simon Urbanek
On Jul 7, 2006, at 8:50 AM, zana adeb wrote: > Dear All, > > I need to call R functions from Java, I've read on the internet > about JRI but there are no exemples, neither tutorials. There are some basic examples in JRI/examples > I'm beginner in Java and in R, > JRI is a low-level inte