Steve Lianoglou writes:
> Hi,
>
> On Tue, May 5, 2015 at 8:41 PM, Peng Yu wrote:
>> On Tue, May 5, 2015 at 3:12 PM, Steve Lianoglou
>> wrote:
>>> Following the instructions here worked for me:
>>>
>>> http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortra
I still have the errors.
trying URL 'http://cran.r-project.org/src/contrib/Rcpp_0.11.6.tar.gz'
Content type 'application/x-gzip' length 2352221 bytes (2.2 MB)
==
downloaded 2.2 MB
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successful
Finally, you could always try placing this in a file located at
`~/.R/Makevars`:
CC=clang
CXX=clang++
This was an 'old' workaround that ensured packages were built with `clang`
on Mavericks and above, when the transition first began...
On Tue, May 5, 2015 at 9:01 PM, Kevin Ushey wrote:
> Oh,
Oh, I wonder if you have the Snow Leopard version of R installed, when you
should have the Mavericks version? What is the output of `sessionInfo()`?
You might need to install the (Mavericks, non-Snow Leopard) version of R
here: http://cran.r-project.org/bin/macosx/
On Tue, May 5, 2015 at 8:57 PM,
On Tue, May 5, 2015 at 10:52 PM, Kevin Ushey wrote:
> Your error:
>
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared object
> '/Users/py/Library/R/3.2/library/Rcpp/libs/Rcpp.so':
> dlopen(/Users/py/Library/R/3.2/library/Rcpp/libs/Rcpp.so, 6): Symbol
> not found: __ZN
On Tue, May 5, 2015 at 10:51 PM, Steve Lianoglou
wrote:
> Hi,
>
> On Tue, May 5, 2015 at 8:41 PM, Peng Yu wrote:
>> On Tue, May 5, 2015 at 3:12 PM, Steve Lianoglou
>> wrote:
>>> Following the instructions here worked for me:
>>>
>>> http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadi
Your error:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Users/py/Library/R/3.2/library/Rcpp/libs/Rcpp.so':
dlopen(/Users/py/Library/R/3.2/library/Rcpp/libs/Rcpp.so, 6): Symbol
not found: __ZNSoD0Ev
says some (mangled) symbol named `__ZNSoD0Ev` could not b
Hi,
On Tue, May 5, 2015 at 8:41 PM, Peng Yu wrote:
> On Tue, May 5, 2015 at 3:12 PM, Steve Lianoglou
> wrote:
>> Following the instructions here worked for me:
>>
>> http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error
>>
>> Although
On Tue, May 5, 2015 at 3:12 PM, Steve Lianoglou
wrote:
> Following the instructions here worked for me:
>
> http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error
>
> Although the instructions have a slight typo in them, and probably sho
Following the instructions here worked for me:
http://www.thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error
Although the instructions have a slight typo in them, and probably should read:
curl -O http://r.research.att.com/libs/gfortran-4.8
Hi,
I having been trying to install Rcpp on Mac OS X 10.9.5 from
source. But I got the following error. Do you know how to fix this
problem?
There is a binary version available but the source version is later:
binary source needs_compilation
Rcpp 0.11.5 0.11.6 TRUE
installin
11 matches
Mail list logo