On 15 October 2014 at 11:17, Kevin Thornton wrote: | | On Oct 15, 2014, at 11:01 AM, Dirk Eddelbuettel <e...@debian.org> wrote: | | > | > On 15 October 2014 at 10:28, Kevin Thornton wrote: | > | I should clarify: those git gist are the "git clone" links. Here are the direct links for viewing: | > | | > | The .h: https://gist.github.com/molpopgen/5180d60689fa8d6cb353 | > | | > | The .cpp: https://gist.github.com/molpopgen/c13135659e0b27421a3a | > | > Could you give it a spin and actually try how R CMD check behaves if you do | > that? And/or check how any of the Rcpp dependents behaves? Maybe give | > numbers for the gain in compilation you try to achieve? | > | > If it does work we can surely condition via configure on the appropriate | > compiler and version. | > | | I can try, but getting the .cpp to compile is a chore (for me). I'm having to work out the code structure of the entire package.
I am not sure how familiar you are with R, and R packages but most of us generally do cd .. # out of the repo directory containing DESCRIPTION, src, ... R CMD build rcpp # assuming your repo directory is called rcpp/ R CMD check Rcpp_0.11.3.4.tar.gz # or whatever versioning comes from DESCRIPTION which isn't all that terribly involved. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel