Re: [Rcpp-devel] Problems on a new Mac

2012-02-29 Thread Davor Cubranic
Or, when you're installing R binary from http://r-project.org, grab the Mac compiler tools from http://r.research.att.com/tools/ It includes GCC and GNU Fortran: http://r.research.att.com/tools/gcc-42-5666.3-darwin11.pkg Davor On 2012-02-27, at 11:30 PM, H?fler, Josef wrote: I guess you are

Re: [Rcpp-devel] Internals: how does DataFrame get initialized?

2012-02-29 Thread Dirk Eddelbuettel
On 1 March 2012 at 10:00, Darren Cook wrote: | >> DottedPair derives from RObject, but adds, er, functions. (Which Rcpp | >> functionality is this adding? Why are these functions in their own class | >> and not in RObject?) | > | > DottedPair.cpp adds methods. And as far as I can see, everything

Re: [Rcpp-devel] Internals: how does DataFrame get initialized?

2012-02-29 Thread Darren Cook
>> DottedPair derives from RObject, but adds, er, functions. (Which Rcpp >> functionality is this adding? Why are these functions in their own class >> and not in RObject?) > > DottedPair.cpp adds methods. And as far as I can see, everything in > DottedPair.h is within the DottedPair class's curly

Re: [Rcpp-devel] Internals: how does DataFrame get initialized?

2012-02-29 Thread Davor Cubranic
On Wed, 29 Feb 2012, Darren Cook wrote: Thanks. (your URL didn't give me permission, but I found it on my machine in /usr/local/lib/R/site-library/Rcpp/include/Rcpp ) There is no permission check, the URL was missing a few characters at the end. My bad, here is the correct one: https://r-fo

Re: [Rcpp-devel] Internals: how does DataFrame get initialized?

2012-02-29 Thread Dirk Eddelbuettel
On 29 February 2012 at 14:51, Darren Cook wrote: | > It also includes "DataFrame_generated.h", which contains | > automatically generated constructors with 1 to X (currently X=20) | > "Named" arguments. | | Thanks. (your URL didn't give me permission, but I found it on my | machine in /usr/local/

Re: [Rcpp-devel] RInside wt example runtime error

2012-02-29 Thread GOUY-PAILLER Cedric
Hi Dirk, Thanks for your reply, we indeed have a mismatch in the wt version. I am using wt version 3.2.0 with boost 1.47.0. I tried to compile wt from sources using version 3.2.10 but it fails due a variable used in wt not defined in my version of boost. Therefore I am going to investigate on the