Skip to content

Commit

Permalink
install reshape2 in the pollock case study
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Feb 14, 2024
1 parent 79244bf commit 2aa49b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/AFSC-GOA-pollock.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ format:
#| label: startup
#| output: false
packages <- c("dplyr", "tidyr", "ggplot2", "TMB", "remotes")
packages <- c("dplyr", "tidyr", "ggplot2", "TMB", "remotes", "reshape2")
# Install packages not yet installed
installed_packages <- packages %in% rownames(installed.packages())
if (any(installed_packages == FALSE)) {
Expand Down

0 comments on commit 2aa49b5

Please sign in to comment.