Pre-workshop 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", "usethis")
install.packages(pkg_list)

3. 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://tinyurl.com/ohio-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.