Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRcpp-quickref Vignette Updates (Closes #484) #509
Conversation
Updated the Important Notes with #include <Rcpp.h> Updated Inline section to use cppFunction() and mentioned evalCpp() Added section on Rcpp Attributes and Plugins Updated Environment with comments Updated Rcpp function section to include an example pass of an R function & emphasized loss of performance Moved Module, Environment, and Function section to the end.
| new sections on Rcpp attributes and plugins begin added. | ||
| Furthermore, content was improved in the following | ||
| sections: important notes, inline compiling, environments, | ||
| and calling R functions. |
eddelbuettel
Jul 17, 2016
Member
Thanks for adding this. Four rows is a little longer than what we usually do, that length is better for the Changelog. So I may trim this.
Thanks for adding this. Four rows is a little longer than what we usually do, that length is better for the Changelog. So I may trim this.
Preview Update: Rcpp-quickref.pdf
Updated the Important Notes with #include <Rcpp.h>
Updated Inline section to use cppFunction() and mentioned evalCpp()
Added section on Rcpp Attributes and Plugins
Updated Environment with comments
Updated Rcpp function section to include an example pass of an R
function & emphasized loss of performance
Moved Module, Environment, and Function section to the end.