Re: [R] R and Java 10 ➜ rJava not able to build

2018-04-01 Thread Luis Puerto
Thanks Peter! Yeah, I don’t think we users can fix this issue. Let’s wait for a fix from rJava team. Luis. > On 31 Mar 2018, at 17:03, peter dalgaard wrote: > > Don't waste too much time on this. It is due to a change introduced in Java > 10 at short notice. I believe

Re: [R] R and Java 10 ➜ rJava not able to build

2018-04-01 Thread Luis Puerto
Hi John! Java was installed with Homebrew Cask as a user, if my memory doesn’t fail me. Thanks a lot for your help! Let’s see how the problem evolves. > On 31 Mar 2018, at 11:22, John wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-31 Thread peter dalgaard
Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround. -pd > On 31 Mar 2018, at 10:22 , John wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-31 Thread John
On Tue, 27 Mar 2018 22:25:33 +0300 Luis Puerto wrote: I don't run a Mac so this may not help. Did you install java 10 as user or as root? Using linux, applications installed as user will be inserted into your user space under /home/. As root the application will

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Luis Puerto
and checking for things to delete find she has 4 different versions of Java 1.8, 9.0.1, 9.0.4 and 10. Then just it occurred to me that perhaps I could config R with Java 10 and delete all the other version. Also in my computer… Then was when I came across all of these. Again, thanks a lot for your support

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Ista Zahn
3.3 and just installed the new Java 10 using Homebrew >>> Cask. I also have installed R with Homebrew. Everything seems to work >>> fine, however I just get different outputs if I run sudo R CMD >>> javareconf or R CMD javareconf. With sudo I get pointed to Java 9 and >&

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Ista Zahn
t different outputs if I run sudo R CMD >>javareconf or R CMD javareconf. With sudo I get pointed to Java 9 and >>without sudo I get pointed to Java 10. I really don’t know why. >> >>Without sudo: >> >>$ R CMD javareconf >> >>Java interpreter : >&

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Luis Puerto
Cask. I also have installed R with Homebrew. Everything seems to work >> fine, however I just get different outputs if I run sudo R CMD >> javareconf or R CMD javareconf. With sudo I get pointed to Java 9 and >> without sudo I get pointed to Java 10. I really don’t know why. >> &g

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-27 Thread Jeff Newmiller
r--r-- root/admin for >/usr/local/Cellar/r/3.4.4/lib/R/etc/Makeconf? (y/n [n]) y >override rw-r--r-- root/admin for >/usr/local/Cellar/r/3.4.4/lib/R/etc/ldpaths? (y/n [n]) y >Done. >With sudo: > >$ sudo R CMD javareconf >

[R] R and Java 10 ➜ rJava not able to build

2018-03-27 Thread Luis Puerto
get pointed to Java 10. I really don’t know why. Without sudo: $ R CMD javareconf Java interpreter : /Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/bin/java Java version : 10 Java home path : /Library

[R] R and Java

2010-08-20 Thread Allan Freitas
Hi folks, Maybe that is not the best place to ask, but I 'd like some of you could help me... I'm using jri to run R commands under Java, by its examples I can eval expressions, returning single values or vectors to my Java variables. But, I would like to know how to assign the values of a Java

Re: [R] R and Java

2010-08-20 Thread Romain Francois
Le 20/08/10 17:56, Allan Freitas a écrit : Hi folks, Maybe that is not the best place to ask, No it is not, this is: http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel but I 'd like some of you could help me... I'm using jri to run R commands under Java, by its

[R] R from Java (cluster heatmaps)

2010-02-27 Thread Rameswara Sashi Kiran Challa
Hello All, I am trying to get cluster heatmaps using R from Java in my application. I got the Rserve using which I am able to make TCP/IP connection to R. I am trying to send a double[][] array (say 5x8 dimensions) to R and convert it into matrix using as.matrix() function in R. Is it correct

[R] R from Java (cluster heatmaps)

2010-02-26 Thread Rameswara Sashi Kiran Challa
Hello All, I am trying to get cluster heatmaps using R from Java in my application. I got the Rserve using which I am able to make TCP/IP connection to R. I am trying to send a double[][] array (say 5x8 dimensions) to R and convert it into matrix using as.matrix() function in R. Is it correct