diff --git a/content/NEFSC-yellowtail.qmd b/content/NEFSC-yellowtail.qmd index 46967ac..e6fc040 100644 --- a/content/NEFSC-yellowtail.qmd +++ b/content/NEFSC-yellowtail.qmd @@ -10,7 +10,9 @@ format: ```{r} #| warning: false -library(tidyverse) +library(dplyr) +library(tidyr) +library(ggplot2) library(FIMS) library(TMB) library(TMBhelper)