Hi,
Thank you for your reply. My Pandoc version is 2.3.1 and I am also using macOS Mojave (version 10.14.6)
For the content, I was able to reproduce the error with the following:
```{r packages, include = FALSE}
library(pacman)
pacman::p_load(tidyverse,ggplot2,psych,here, Hmisc, modeest,car,effsize,rstatix,afex,ez,kableExtra,pastecs,emmeans,ggpubr)
```
**Background**:
Background
**Instructions**:
# Exercise 1
a) read in data
```{r}
#Step 1 read in data
turkey <- read.csv(here("turkey.csv"))
```
Everything works until I added the "Step 1 read in data" chunk, which threw the
! Package xcolor Error: Undefined color `shadecolor'.