Re: [Rcpp-devel] Rcpp.package.skeleton(module=TRUE) fails to load

2012-08-23 Thread Dirk Eddelbuettel
Florian, On 23 August 2012 at 12:45, Florian Oswald wrote: | Davor, | I'm at a loss for words. I get this error consistently ONLY when trying to | install Rcpp.package.skeleton. I tried many times, always removed .o and so. | files. I did not come across this problem with any other package before

Re: [Rcpp-devel] Rcpp.package.skeleton(module=TRUE) fails to load

2012-08-23 Thread Florian Oswald
Hi Dirk, my R version is R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) I ran the tests in /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rcpp/unitTests ➜ unitTests RunAllRcppTests="yes" Rscript -e 'library(inline); library(RUnit); cppfunction

Re: [Rcpp-devel] Rcpp.package.skeleton(module=TRUE) fails to load

2012-08-23 Thread Dirk Eddelbuettel
On 23 August 2012 at 13:22, Florian Oswald wrote: | Hi Dirk, | | my R version is | R version 2.15.1 (2012-06-22) Good. | Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) Oh well. I don't have that platform --- and it requires a fair amount of tweaking and getting the pieces right because, he

Re: [Rcpp-devel] Rcpp.package.skeleton(module=TRUE) fails to load

2012-08-23 Thread Florian Oswald
Thanks Dirk. Davor, may I ask you what you get if you type gcc --version in your terminal? I get i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) which I thought to be the latest version (because I just upgraded that with XCode on the AppSto

[Rcpp-devel] Additional example on the use of RcppGSL

2012-08-23 Thread Benilton Carvalho
Hi, I was wondering if any of you guys would happen to have further examples on the use of RcppGSL and whether you'd be willing to share. In addition to the fastLm homework (check!), I would like to try some examples like wavelets, which seem to be quite challenging for someone who is just startin

Re: [Rcpp-devel] Rcpp.package.skeleton(module=TRUE) fails to load

2012-08-23 Thread Davor Cubranic
The same, it came with Xcode: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) My guess is that there is some kind of mismatch in libraries. Do you have Macports or anything else development/computing-related other than R and Xcode? Do you s