[Rcpp-commits] r3495 - pkg/RcppEigen/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 8 19:51:10 CET 2012


Author: dmbates
Date: 2012-03-08 19:51:10 +0100 (Thu, 08 Mar 2012)
New Revision: 3495

Modified:
   pkg/RcppEigen/src/Makevars
Log:
Forgot to turn off the error checking as per the requirements of R CMD check


Modified: pkg/RcppEigen/src/Makevars
===================================================================
--- pkg/RcppEigen/src/Makevars	2012-03-08 18:20:02 UTC (rev 3494)
+++ pkg/RcppEigen/src/Makevars	2012-03-08 18:51:10 UTC (rev 3495)
@@ -3,7 +3,7 @@
 PKG_CXXFLAGS=-I../inst/include -DNDEBUG
 
 ## In practice the compiler flags should be
-PKG_CXXFLAGS=-I../inst/include
+##PKG_CXXFLAGS=-I../inst/include
 ## to enable error checking.  However, checking for errors is flagged
 ## in R CMD check as an undesirable practice.
 



More information about the Rcpp-commits mailing list