From 014d337ddb1cabe54018e7e127e2a1c8fc758781 Mon Sep 17 00:00:00 2001 From: Cole-Monnahan-NOAA Date: Thu, 8 Feb 2024 11:25:43 -0800 Subject: [PATCH] Rework dependencies for pollock --- content/AFSC-GOA-pollock.qmd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/AFSC-GOA-pollock.qmd b/content/AFSC-GOA-pollock.qmd index 33ac3c6..e0e6068 100644 --- a/content/AFSC-GOA-pollock.qmd +++ b/content/AFSC-GOA-pollock.qmd @@ -10,13 +10,16 @@ format: ```{r} #| warning: false #| label: startup +#| output: false -library(tidyverse) +library(ggplot2) +library(tidyr) +library(dplyr) library(FIMS) library(TMB) library(TMBhelper) ## devtools::install_github('afsc-assessments/GOApollock', ref='v0.1.2') -library(GOApollock) +## library(GOApollock) theme_set(theme_bw()) @@ -56,6 +59,8 @@ To get the opertional model to more closely match FIMS I: ```{r} #| warning: false #| label: prepare-fims-data +#| output: false + ## define the dimensions and global variables years <- 1970:2023 nyears <- length(years)