Rcpp11 / attributes

Standalone implementation of Rcpp attributes.
Other
3 stars 1 forks source link

Handle attributes::export names #16

Closed kevinushey closed 10 years ago

kevinushey commented 10 years ago

E.g. for

// [[Rcpp::export(R_foo)]]
void foo() { ... }

The name R_foo is not used for the exported R function.