<- c("tidyverse", "gt", "ggthemes", "palmerpenguins",
pkg_list "quarto", "here", "usethis")
install.packages(pkg_list)
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:
- R 4.2.3 or above: https://cran.r-project.org
- RStudio 2023.03.0+386 or above: https://posit.co/download/rstudio-desktop
- Quarto 1.3.321: https://quarto.org/docs/get-started
2. R Packages
Install the following packages:
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.
::use_course("https://tinyurl.com/alaska-asa") usethis
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.