RcppExamples 0.1.3
[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.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A minor new release of the
RcppExamples
package is now on
CRAN.
RcppExamples
contains a few illustrations of how to use
Rcpp. It grew out
of documentation for the classic API (now in its own package RcppClassic), and
while we added a few more functions documenting how to do the same with the
new API, the package is still nowhere near completion.
The two ChangeLog entries since the last release are below. One new example
was added, and some things were changed in order to make R CMD
(and the CRAN gate keepers) happy.
check
2011-12-28 Dirk Eddelbuettel * DESCRIPTION: Release 0.1.3 * src/newRcppDateExample.cpp: switch from std::cout to the new Rcpp::Rcout device available since Rcpp 0.9.8 * src/classicRcppDateExample.cpp: idem * DESCRIPTION: Depends on Rcpp (>= 0.9.9) for Rcpp::Rcout 2011-04-08 Dirk Eddelbuettel * R/RcppDataFrame.R: Added new example for Rcpp::DataFrame * src/RcppDataFrame.cpp: C++ source for new example * man/RcppDataFrame.Rd: Documentation * man/RcppParams.Rd: Small change to suppres a warning
Thanks to
CRANberries, you can also look at a
diff to the previous release 0.1.2.
Questions, comments etc should go to the
rcpp-devel mailing list
off the R-Forge 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.