Rcpp11 / attributes

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

Specific handling of `Rcpp::` #11

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

attributes prefixed by Rcpp:: e.g. Rcpp::export ... are special. I'd like to keep typing Rcpp::export even with Rcpp11.

Although perhaps for default attributes we could just use [[export]].

kevinushey commented 10 years ago

I think that, in general, the following should be aliases:

just to maintain compatibility with Rcpp and Rcpp-specified attributes.