Rcpp11 / attributes

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

compile from Rstudio #23

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

Rstudio compiles .cpp files using Rcpp::sourceCpp and Rcpp::compileAttributes.

perhaps we can register a fake Rcpp so that Rcpp::sourceCpp calls attributes::sourceCpp so that sourceing a .cpp file in rstudio really uses attributes.

cc @jjallaire, @kevinushey