From b8f75d4ef7b4c997e0d022bf33e5084cd12a8cd5 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Fri, 26 Jul 2024 11:56:12 -0700 Subject: [PATCH] add library() --- analysis/01-cpue-sdmTMB.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis/01-cpue-sdmTMB.Rmd b/analysis/01-cpue-sdmTMB.Rmd index c901ae3..4d3b362 100644 --- a/analysis/01-cpue-sdmTMB.Rmd +++ b/analysis/01-cpue-sdmTMB.Rmd @@ -46,6 +46,7 @@ knitr::opts_chunk$set( library("dplyr") library("ggplot2") library("sdmTMB") +library(here) ggplot2::theme_set(gfplot::theme_pbs()) dir.create(here("data"), showWarnings = FALSE) dir.create(here("data", "generated"), showWarnings = FALSE)