Posts Tagged ‘ Rcpp ’

Rcpp 0.7.2

January 13, 2010
By

pre{ border: 1px solid black ; } Rcpp 0.7.2 is out, checkout Dirk's blog for details selected highlights from this new version: character vectors if one wants to mimic this R code in C > x

Read more »

External pointers with Rcpp

January 8, 2010
By

pre{ border: 1px solid black ; font-size: x-small; } One of the new features of Rcpp is the XPtr class template, which lets you treat an R external pointer as a regular pointer. For more information on external pointers, see Writing R extensions...

Read more »