RcppExamples 0.1.1
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
On Friday, I quickly provided a new release of
RcppExamples,
our example package for using
Rcpp, to
CRAN. Very little content has been
updated — and a new TODO file even notes that we need to add more documentation
for the new Rcpp API. And update existing documentation as lots has changed
since the initial release in March.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
But at least this package now joins RcppArmadillo is using the highly-recommened LinkingTo: Rcpp directive in the DESCRIPTION file to let R find the Rcpp headers, making the build process a little more robust.
A few more details on the page are on the RcppExamples page.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.