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