Setup instructions

Prior to the workshop, please complete the following steps:

1. Software

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

2. R Packages

Install the following packages:

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

3. Exercises

Download exercises.zip at and unzip it on your Desktop or somewhere you can easily locate on your computer.