Rcpp11 / attributes

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

compileAttributes / Rcpp-test #15

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

At the moment, compileAttributes fails on the Rcpp-test package. Having it suceed on this example would be a win, as the package uses a lot of [[Rcpp::export]]

romainfrancois commented 10 years ago

@kevinushey can you have a look please.

kevinushey commented 10 years ago

Sure thing.

kevinushey commented 10 years ago

Alright. Did a huge cleanup of the code I had behind compileAttributes and it works with Rcpp-test for me. Passing function pointers won't work yet though.

Code still needs some cleaning up.

romainfrancois commented 10 years ago

Thanks. We should aim at releasing this at some point in May.

Then perhaps import things into Rcpp11 and export them back out. So that we could e.g. say: Rcpp11::sourceCpp(...)

Having attributes available for the tutorial at useR is very important.