Peter,
On 11 June 2015 at 19:07, Peter Rossi wrote:
| I have made a package that includes a src/makevars file generated
automatically
| by Rcpp. It passes all checks.
You can also create src/Makevars by hand... BTW it wants a capital M on OS
with case-sensitive file systems.
| contents of s
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