Re: [R-SIG-Mac] RcppArmadillo errors

2016-09-01 Thread David Winsemius
> On Sep 1, 2016, at 11:58 AM, David Winsemius wrote: > > >> On Aug 27, 2016, at 5:35 AM, Oskar Knapik wrote: >> >> Dear all >> >> I am having some problems with your package. >> >> It looks that I can't load it on my Mac computer (OS X El Capitan 10.11.6) >> >> I got the following errors:

Re: [R-SIG-Mac] RcppArmadillo errors

2016-09-01 Thread Michael Weylandt
> On Aug 27, 2016, at 7:35 AM, Oskar Knapik wrote: > > Dear all > > I am having some problems with your package. > > It looks that I can't load it on my Mac computer (OS X El Capitan 10.11.6) > > I got the following errors: > Error in dyn.load(file, DLLpath = DLLpath, ...) : > can't load sh

Re: [R-SIG-Mac] RcppArmadillo errors

2016-09-01 Thread David Winsemius
> On Aug 27, 2016, at 5:35 AM, Oskar Knapik wrote: > > Dear all > > I am having some problems with your package. > > It looks that I can't load it on my Mac computer (OS X El Capitan 10.11.6) > > I got the following errors: > Error in dyn.load(file, DLLpath = DLLpath, ...) : > can't load sha

[R-SIG-Mac] RcppArmadillo errors

2016-09-01 Thread Oskar Knapik
Dear all I am having some problems with your package. It looks that I can't load it on my Mac computer (OS X El Capitan 10.11.6) I got the following errors: Error in dyn.load(file, DLLpath = DLLpath, ...) : can't load shared object '/Users/oknapik/Library/R/3.3/library/RcppArmadillo/libs/RcppA

Re: [R-SIG-Mac] Issues with rJava on OS X El Capitan

2016-09-01 Thread eileen
I am encountering the same issue here, but when I got a different result as below, what should I do for the next? > Sys.getenv("DYLD_FALLBACK_LIBRARY_PATH") [1] "/Library/Frameworks/R.framework/Resources/lib:/Users/eileen/lib:/usr/local/lib:/usr/lib::" Thanks, Eileen On Monday, February 15, 20

Re: [R-SIG-Mac] Problems with R CMD config

2016-09-01 Thread Ken Beath
> On 1 Sep 2016, at 5:46 PM, Prof Brian Ripley wrote: > > On 01/09/2016 00:43, Ken Beath wrote: >> I’m trying to use STAN which uses R CMD config to check the availability of >> the compilers. >> >> This works fine on my MacBook but on my iMac I have the documents on a >> separate hard drive.

Re: [R-SIG-Mac] Problems with R CMD config

2016-09-01 Thread Prof Brian Ripley
On 01/09/2016 00:43, Ken Beath wrote: I’m trying to use STAN which uses R CMD config to check the availability of the compilers. This works fine on my MacBook but on my iMac I have the documents on a separate hard drive. Within R CMD config it uses the location of the home folder which becau