Skip to content
Prev 1257 / 10988 Next

[Rcpp-devel] Rcpp and reference classes in R-2.12.0 and later

Le 01/11/10 16:34, Douglas Bates a ?crit :
Perhaps it will be once we update the vignette. The content dates from 
before we used reference classes.

For reference classes themselves, the best place to look is 
?ReferenceClasses

As Dirk pointed out, my chicago slides or our google slides might give 
nuggets of information.

I guess it also depends what specifically you want to learn about them. 
Exposing a class is essentially the same as before reference classes.

Deriving a C++ class, adding R methods to a class, etc ... is a new 
feature we get for free with reference classes. This is not really Rcpp 
specific, so maybe ?ReferenceClasses gives enough hints.

Romain