A big thank you to Gong, whose persistence paid off. Yesterday I fixed one bug in RcppCNpy (where R_NO_REAMP was missing) and today Gong found one bug in the platform test in Rcpp (where we tested for LONG_LONG_MAX which is defined in climits which we do not include, doh!). We now test for the variable actually defined in limits.h.
I added some scaffolding as eg a new function npyHasIntegerSupport() which exports back to R. So if you rebuild this version of RcppCNPy with -std=c++11 (which, sadly enough we cannot use on CRAN) then you get integer support too. Oh, and for now you also need the most recent fix in Rcpp. Once we update Rcpp on CRAN, this version will follow. Thanks again to Gong. Dirk -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel