Awesome indeed, congratulations!
RcppArmadillo has 8 offsprings on CRAN, RcppEigen and RcppGSL none so far.
AP <- available.packages(contrib.url("http://cran.r-project.org";))
## more concise count
## length(grep("Rcpp", AP[,"Depends"]))
## sum(grepl("Rcpp", AP[,"Depends"]))
depends = data.fram
As follow-up note: package bcp is, at this point, only partially
Rcpp-ified (the interesting part). I'll finish the conversion soon,
and will throw together some docs on the process. It's only a small
portion of the much larger Rcpp world.
Jay
On Fri, Sep 16, 2011 at 9:54 AM, Dirk Eddelbuettel
This mornings CRAN arrival of bcp, now rewritten to use Rcpp, brings the
total of CRAN packages using Rcpp to 38.
That is a pretty stunning number given that the rewrite leading to what Rcpp
is today hadn't even started two years ago. Thanks to everybody for the
help, suggestions, encouragements