Pre-workshop instructions

Please make sure to bring a laptop with you to the workshop and complete the following steps:

Software

Download and install the latest versions of R, RStudio, and Quarto:

R Packages

Install the following packages:

pkg_list <- c("tidyverse", "gt", "ggthemes", "palmerpenguins", "quarto", "here", "usethis")
install.packages(pkg_list)

Exercises

Download and open the exercises for this session. The easiest way is to run this line of R code at the console in RStudio.

usethis::use_course("https://bit.ly/wsds-exercises")

If that doesn’t work, you can download a zip file of the exercises here, then open the directory. The qmd files can be opened in RStudio.