Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"updatePackages": true
},
"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
"packages": "dplyr,ggplot2,ggridges,reshape2,remotes,shinystan,tidybayes,tidyr,TMB,github::nmfs-ost/stockplotr,github::noaa-afsc/SparseNUTS,github::NOAA-FIMS/FIMS,github::r4ss/r4ss@convert-data-to-fims",
"packages": "dplyr,ggplot2,ggridges,reshape2,remotes,shinystan,tidybayes,tidyr,TMB,github::nmfs-ost/stockplotr,github::noaa-afsc/SparseNUTS,github::NOAA-FIMS/FIMS,github::r4ss/r4ss",
Comment thread
iantaylor-NOAA marked this conversation as resolved.
"installSystemRequirements": true
},
// option to run rstudio. you can type rserver into the command line to
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github::stan-dev/shinystan
github::noaa-afsc/SparseNUTS
github::NOAA-FIMS/FIMS
github::r4ss/r4ss@convert-data-to-fims
github::r4ss/r4ss
Comment thread
iantaylor-NOAA marked this conversation as resolved.

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
github::stan-dev/shinystan
github::noaa-afsc/SparseNUTS
github::NOAA-FIMS/FIMS
github::r4ss/r4ss@convert-data-to-fims
github::r4ss/r4ss
Comment thread
iantaylor-NOAA marked this conversation as resolved.

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Stock | Status
-- | --
NEFSC yellowtail flounder | working
AFSC GOA pollock | working
SWFSC sardine | working
NWFSC petrale | working
PIFSC opakapaka | working
SEFSC scamp | working
PIFSC ʻŌpakapaka | working
Pacific Hake | working
SWFSC sardine | in development
NWFSC petrale | in development
SEFSC scamp | in development

## How to add a case study

Expand Down
5 changes: 3 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project:
- content/AFSC-GOA-pollock.qmd
- content/NEFSC-yellowtail.qmd
- content/pacific-hake.qmd
- content/PIFSC-opakapaka.qmd

website:
page-navigation: true
Expand Down Expand Up @@ -44,8 +45,8 @@ website:
text: Gulf of Alaska pollock
# - href: content/SWFSC-sardine.qmd
# text: sardine
# - href: content/PIFSC-opakapaka.qmd
# text: Opakapaka
- href: content/PIFSC-opakapaka.qmd
text: ʻŌpakapaka
# - href: content/NWFSC-petrale.qmd
# text: petrale sole
# - href: content/SEFSC-scamp.qmd
Expand Down
Loading