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

2020-11-28 Thread Adrian Trapletti
Hi Eduard, I recommend separating the R quant code from Java and deploy the R code as a REST service, e.g. using https://github.com/opencpu/opencpu Best regards Adrian Adrian Trapletti Steinstrasse 9b, 8610 Uster, Switzerland P +41 44 994 56 30 | M +41 79 103 71 31 adr...@trapletti.org | ww

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 https://www.r

Re: [R] calling r from java

2020-11-28 Thread Eduard Drenth
Thanks all, I'll go for https://www.rforge.net/JRI/ and the libraries in maven https://search.maven.org/search?q=jri The maven library is build from here https://www.rforge.net/rJava/files/ back in 2017. After this no new libs are published to maven. It would be nice (understatement) if publis