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