Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork219
Closed
Description
For some packages we need to#define STRICT_R_HEADERS because macros likeCalloc,Free andERROR conflict with identically named macros in other libraries.
This is working fine in Rcpp from CRAN, however in the development version of Rcpp I now get errors on Windows. It looks like a recent change insugar/functions/sample.h has started using S-styleCalloc andFree instead of stdlibcalloc andfree.
Is this intentional? It will break many packages that use<Rcpp.h> in conjunction withSTRICT_R_HEADERS.
devtools::install_github("RcppCore/Rcpp")devtools::install_github("ropensci/tesseract")
Metadata
Metadata
Assignees
Labels
No labels