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
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