Skip to content
Snippets Groups Projects
Benno Pütz's avatar
Benno Puetz authored
991894bd
History

Rcpp Notes

Rcpp supposedly allows easy integration of C++ into R.

As always, the problems lie in the details ...

Compilation of information I collected when venturing into Rcpp, maybe helpful to others.

Benno Pütz