Re: [R] calling r from java

2020-12-02 Thread Eduard Drenth
: [R] calling r from java Date: Mon, 30 Nov 2020 08:36:16 + sun.misc that is -Original Message-From: Eduard Drenth < edre...@fryske-akademy.nl>To: r-help@r-project.org < r-help@r-project.org>Subject: Re: [R] calling r from javaDate: Mon, 30 Nov 2020 07:18:46 + First att

Re: [R] calling r from java (Eduard Drenth)

2020-11-30 Thread Adrian Trapletti
5. Re: calling r from java (Abby Spurdle) > > > > -- > > > > Message: 1 > > Date: Fri, 27 Nov 2020 16:47:54 + > > From: Eduard Drenth > > To: "r-help@r-project.org" >

Re: [R] calling r from java

2020-11-30 Thread Eduard Drenth
sun.misc that is -Original Message- From: Eduard Drenth To: r-help@r-project.org Subject: Re: [R] calling r from java Date: Mon, 30 Nov 2020 07:18:46 + First attempts to use jri on ubuntu 20.04 stranded. Steps I followed: 1) download rJava from https://www.rforge.net/rJava/files/ 2

Re: [R] calling r from java

2020-11-29 Thread Eduard Drenth
From: Eduard Drenth To: spurdl...@gmail.com Cc: r-help@r-project.org Subject: Re: [R] calling r from java Date: Sat, 28 Nov 2020 11:57:49 + Thanks all, I'll go for https://www.rforge.net/JRI/ and the librariesin maven https://search.maven.org/search?q=jri The maven library is build

Re: [R] calling r from java (Eduard Drenth)

2020-11-29 Thread Eduard Drenth
ng r from java (Jeff Newmiller) >4. Re: calling r from java (Bert Gunter) >5. Re: calling r from java (Abby Spurdle) > > --- --- > > Message: 1 > Date: Fri, 27 Nov 2020 16:47:

Re: [R] calling r from java (Eduard Drenth)

2020-11-28 Thread Adrian Trapletti
dle) > > -- > > Message: 1 > Date: Fri, 27 Nov 2020 16:47:54 + > From: Eduard Drenth > To: "r-help@r-project.org" > Subject: [R] calling r from java > Message-ID: > >

Re: [R] calling r from java

2020-11-28 Thread Eduard Drenth
Found this https://github.com/s-u/rJava as the place for rJava development and issues -Original Message- From: Eduard Drenth To: spurdl...@gmail.com Cc: r-help@r-project.org Subject: Re: [R] calling r from java Date: Sat, 28 Nov 2020 11:57:49 + Thanks all, I'll go for

Re: [R] calling r from java

2020-11-28 Thread Eduard Drenth
e: [R] calling r from java Date: Sat, 28 Nov 2020 15:55:36 +1300 Hi Eduard, > Now I developed a service that executes Rscript (Using > ProcessBuilder),sends text to stdin of the process and reads from > stdout of theprocess. This doesn't answer your question, but may be relevant.I

Re: [R] calling r from java

2020-11-27 Thread Abby Spurdle
Hi Eduard, > Now I developed a service that executes Rscript (Using ProcessBuilder), > sends text to stdin of the process and reads from stdout of the > process. This doesn't answer your question, but may be relevant. I have a java-based application that works on a similar principle. (The code is

Re: [R] calling r from java

2020-11-27 Thread Bert Gunter
Heh heh. Criticism accepted. However... 1. Web searching first is still a good idea. 2. Old in not **necessarily** useless -- I fervently hope(calculus has been around since, umm...). This also **might** be useful to the OP: https://cran.r-project.org/web/views/WebTechnologies.html Cheers, Bert

Re: [R] calling r from java

2020-11-27 Thread Jeff Newmiller
Not being a Java programmer I was going to sit this one out, but when Bert points at an 8-year old blog that OP was already saying was too old I figure even I can Google better than that. https://github.com/oracle/fastr which has activity within the last 3 days, though I really don't know anyth

Re: [R] calling r from java

2020-11-27 Thread Bert Gunter
Well ... google is your friend. "calling R from Java" brought up what looked to me like useful resources, including this: https://www.cnblogs.com/mavlarn/archive/2012/12/24/2831688.html Have you done this already? Bert Gunter "The trouble with having an open mind is that people keep coming along

[R] calling r from java

2020-11-27 Thread Eduard Drenth
Dear all, As a java developer I prefer to develop rest services using jax-rs. Now I developed a service that executes Rscript (Using ProcessBuilder), sends text to stdin of the process and reads from stdout of the process. Works fine, but this is inefficient, because every call reloads all that

Re: [R] Calling R from Java

2011-06-14 Thread Jamie Olson
You might have better luck with the rJava mailing list: http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel Jamie Olson School of Computer Science Carnegie Mellon University 5000 Forbes Ave. Pittsburgh, PA 152

[R] Calling R from Java

2011-06-14 Thread Mohed Alhammed
Up, Any helps in this would be really appreciated. I stuck with this. Regards --- On Mon, 6/13/11, saleh [via R] wrote: From: saleh [via R] Subject: Calling R from Java To: "saleh" Date: Monday, June 13, 2011, 12:35 PM Dear Sir/Madam, Sorry for my previous message. I am to call R

[R] calling R from java eclipse

2009-11-23 Thread thierry CHEKOUO T.
Dear R & Java users I have the problems with calling R from Java (JRE6) on Windows. After running, we have: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x6c7330c0, pid=1436, tid=6200 # # JRE version: 6.0_17-b04 # Jav

Re: [R] Calling R from Java (trying the R interface to Omegahat and Java)

2009-03-20 Thread Michael Kubovy
Thanks for the tip. I'll start with rJava, and see if that easier approach works. On Mar 20, 2009, at 10:50 PM, Martin Morgan wrote: Michael Kubovy writes: Dear R-helpers, I run R version 2.8.1 (2008-12-22) on i386-apple-darwin8.11.1 I would like to call R from Java. I downloaded SJava_0

Re: [R] Calling R from Java (trying the R interface to Omegahat and Java)

2009-03-20 Thread Martin Morgan
Michael Kubovy writes: > Dear R-helpers, > > I run R version 2.8.1 (2008-12-22) on i386-apple-darwin8.11.1 > > I would like to call R from Java. I downloaded SJava_0.69-0.tar.gz, > and then issued the command suggested on http://www.omegahat.org/ > RSJava/ : Others will point you to rJava

[R] Calling R from Java (trying the R interface to Omegahat and Java)

2009-03-20 Thread Michael Kubovy
Dear R-helpers, I run R version 2.8.1 (2008-12-22) on i386-apple-darwin8.11.1 I would like to call R from Java. I downloaded SJava_0.69-0.tar.gz, and then issued the command suggested on http://www.omegahat.org/ RSJava/ : % R INSTALL -c SJava_0.69-0.tar.gz ARGUMENT 'INSTALL' __ignored__ WARNI