Skip to content

Commit

Permalink
Merge branch 'add_pollock'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Monnahan-NOAA committed Feb 8, 2024
2 parents 95c1d93 + 014d337 commit 279ab01
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/AFSC-GOA-pollock.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 279ab01

Please sign in to comment.