/making-r-go-faster-workshop

Scripts and Exercises for Making R Go Faster Workshop

Primary LanguageR

Making R Go Faster Workshop

To follow along with the workshop you will need a laptop with the following software:

Install the following R packages from CRAN in the usual way:

install.packages(c("digest", "doParallel", "dplyr", "foreach", "microbenchmark", "profvis"))