Skip to content

"A Gentle Introduction to Parallel Processing in R" workshop for R-Ladies Santa Barbara, May 2021

Notifications You must be signed in to change notification settings

danielleferraro/rladies-sb-parallel

Repository files navigation

A Gentle Introduction to Parallel Processing in R

Danielle Ferraro
R-Ladies Santa Barbara Meetup
May 26, 2021

This repository contains the sample code used during the RLadies-SB workshop. If you'd like to code along, please install the following packages if you don't already have them installed:

For parallel processing:

install.packages("foreach")
install.packages("doParallel")
install.packages("furrr")
install.packages("future.apply")

For data wrangling and code timing:

install.packages("dplyr")
install.packages("tictoc")

Then, clone or download the repository to your local computer. sample_code/sample_code_blank.Rmd is a blank RMarkdown I will code in live during the workshop. Alternatively, sample_code/sample_code.Rmd is already filled out for your reference.

Slides available here.

About

"A Gentle Introduction to Parallel Processing in R" workshop for R-Ladies Santa Barbara, May 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published