Re: [Rcpp-devel] issue with example Makevars file in Rcpp skeleton folder

2013-05-22 Thread Dirk Eddelbuettel
On 22 May 2013 at 18:14, Chris Paciorek wrote: | In creating a test package that uses Rcpp, I needed to add the following line | to the Makevars file that is in the skeleton folder of the Rcpp package bundle: | PKG_CPPFLAGS=`Rscript -e 'Rcpp:::CxxFlags()'` | Otherwise, the compiler was not able t

[Rcpp-devel] issue with example Makevars file in Rcpp skeleton folder

2013-05-22 Thread Chris Paciorek
In creating a test package that uses Rcpp, I needed to add the following line to the Makevars file that is in the skeleton folder of the Rcpp package bundle: PKG_CPPFLAGS=`Rscript -e 'Rcpp:::CxxFlags()'` Otherwise, the compiler was not able to find Rcpp.h when installing my test package. I might b