External pointers with Rcpp
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...]