Rcpp: Integrating C++ into R

The Rcpp package for R provides “seamless R and C++ integration”.  In this workshop, we will discuss the use of Rcpp to speed up existing R code by rewriting slow functions in C++.   The workshop will be centered around a couple of case studies with an opportunity...