Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread Simon Urbanek
Christofer, > On May 23, 2017, at 7:44 PM, Christofer Bogaso > wrote: > > Hi David, > > The file 'rJava.so' exists in my machine : > >> file.exists('/Library/Frameworks/R.framework/Versions/3.4/Resources/library/rJava/libs/rJava.so') > > [1] TRUE > > Also the

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread David Winsemius
> On May 23, 2017, at 5:29 PM, David Winsemius wrote: > > >> On May 23, 2017, at 4:44 PM, Christofer Bogaso >> wrote: >> >> Hi David, >> >> The file 'rJava.so' exists in my machine : >> >>>

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread David Winsemius
> On May 23, 2017, at 4:44 PM, Christofer Bogaso > wrote: > > Hi David, > > The file 'rJava.so' exists in my machine : > >> file.exists('/Library/Frameworks/R.framework/Versions/3.4/Resources/library/rJava/libs/rJava.so') > > [1] TRUE > > Also the Javac version

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread David Winsemius
> On May 23, 2017, at 3:18 PM, David Winsemius wrote: > >> >> On May 23, 2017, at 1:05 PM, Duncan Murdoch wrote: >> >> On 23/05/2017 2:48 PM, Christofer Bogaso wrote: >>> Hi again, >>> >>> After I upgraded R to 3.4.0, I could not load rJava

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread Christofer Bogaso
Hi David, The file 'rJava.so' exists in my machine : > file.exists('/Library/Frameworks/R.framework/Versions/3.4/Resources/library/rJava/libs/rJava.so') [1] TRUE Also the Javac version that I have : > system('javac -version') javac 1.6.0_65 Looks like mine is older than you. Do I need to

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread peter dalgaard
[Christofer seemed to have fallen off the cc: list, now included] > On 24 May 2017, at 00:18 , David Winsemius wrote: > > What version of the Java Runtime Environment is available? What do you get > for: > > system('javac -version') > #I get: > #javac 1.8.0_65 > > I

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread David Winsemius
> On May 23, 2017, at 1:05 PM, Duncan Murdoch wrote: > > On 23/05/2017 2:48 PM, Christofer Bogaso wrote: >> Hi again, >> >> After I upgraded R to 3.4.0, I could not load rJava package. Below is >> the error : >> >>> library(rJava) >> >> Error: package or namespace

Re: [R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread Duncan Murdoch
On 23/05/2017 2:48 PM, Christofer Bogaso wrote: Hi again, After I upgraded R to 3.4.0, I could not load rJava package. Below is the error : library(rJava) Error: package or namespace load failed for ‘rJava’: .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file,

[R-SIG-Mac] rJava stops loading since I upgraded R to 3.4.0

2017-05-23 Thread Christofer Bogaso
Hi again, After I upgraded R to 3.4.0, I could not load rJava package. Below is the error : > library(rJava) Error: package or namespace load failed for ‘rJava’: .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load