[Rcpp-devel] makevars file

2015-06-11 Thread Peter Rossi
Folks- I have made a package that includes a src/makevars file generated automatically by Rcpp. It passes all checks. contents of src/makevars: PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) PKG_CPPFLAGS += -I../inst/include/ I submitted to CRAN and got the following message: * checking for GN

[Rcpp-devel] Comparison of R and rcpp for backsolve

2014-06-27 Thread Peter Rossi
Folks- In my package, bayesm, I use backsolve() to invert upper-triangular arrays. I am in the process of converting my package to rccp-arma. I thought I would test the analogous operation in arma by declaring the matrix as upper-triangular and inverting using solve(). To my surprise, pure R co