ComputationalProteomicsUnit / maker

Makefile for R packages
GNU General Public License v3.0
32 stars 5 forks source link

Rcpp::compileAttributes #9

Closed lbraglia closed 10 years ago

lbraglia commented 10 years ago

Hi,

since Attributes are becoming a de-facto standard for Rcpp based packages

http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-attributes.pdf http://adv-r.had.co.nz/Rcpp.html#rcpp-package

a useful add to maker (IMHO) could be Rcpp::compileAttributes() (that does the Rcpp's before-compilation-voodoo to make C++ files in src/ automagically available in the forthcoming R package).

Cheers, Luca

sgibb commented 10 years ago

Thanks for this PR. I like to accept it but could you please rewrite the help message to something like "run Rcpp::compileAttributes()" and update the README.md as well.

lbraglia commented 10 years ago

sure, thanks. Bye, Luca