Resources for learning C++/Rcpp?

Then I’d say definitely first work through the exercises in the Advanced R Rcpp chapter, then maybe work through some of the examples at http://gallery.rcpp.org/ that interest you, maybe in parallel with a book/web C++ tutorial. I would say it is extremely helpful to learn RcppArmadillo, (many examples in the gallery), and the Armadillo docs are very good, but are more reference than tutorial.

1 Like