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
Example:ropensci-archive/tic.drat@1370bec#diff-cccf79352b3795dd56362ef855dd939bR23
The generated code reads (comments mine):
staticconst R_CallMethodDef CallEntries[] = { {"tic.drat_divide", (DL_FUNC) &tic.drat_divide,2},// remove this {"tic_drat_divide", (DL_FUNC) &tic_drat_divide,2}, {NULL,NULL,0}};RcppExportvoid R_init_tic.drat(DllInfo *dll) {// use underscore instead of dotR_registerRoutines(dll,NULL, CallEntries,NULL,NULL);R_useDynamicSymbols(dll,FALSE);}
The exported function can be called when I register manually (butcompileAttributes() still insists on adding its own code):ropensci-archive/tic.drat@7b0bdb3
This is with the latest Rcpp5ca4f6a.
Metadata
Metadata
Assignees
Labels
No labels