|
RcppExamples 0.1.3
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
check (and the CRAN gate keepers) happy.
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
/code/rcpp |
permanent link
|