Skip to content

Commit

Permalink
Merge pull request #37 from NOAA-FIMS/fix-rendering-issue
Browse files Browse the repository at this point in the history
fix: resolve rendering issue for sardine qmd file
  • Loading branch information
Bai-Li-NOAA authored Jun 18, 2024
2 parents bdb6997 + 4c98d97 commit a62ef24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/SWFSC-sardine.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ recruitment$estimate_log_devs <- estimate_recdevs
recruitment$log_devs <- rep(log(1), nyears) # set to no deviations (multiplier) to start
# growth
wtatage <- SS_readwtatage("data_files/sardine_wtatage.ss_new")
wtatage <- r4ss::SS_readwtatage("data_files/sardine_wtatage.ss_new")
ewaa_growth <- methods::new(EWAAgrowth)
ewaa_growth$ages <- ages
Expand Down
2 changes: 1 addition & 1 deletion content/pc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ estimate_q3 <- TRUE
estimate_q6 <- TRUE
estimate_F <- TRUE
estimate_recdevs <- TRUE
source("pk_prepare_FIMS_inputs.R")
source("R/pk_prepare_FIMS_inputs.R")
## make FIMS model
success <- CreateTMBModel()
parameters <- list(p = get_fixed())
Expand Down
3 changes: 1 addition & 2 deletions content/setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#| label: package-installation
# Names of required packages
packages <- c("dplyr", "tidyr", "ggplot2", "TMB", "reshape2", "here", "remotes", "lubridate",
"r4ss")
packages <- c("dplyr", "tidyr", "ggplot2", "TMB", "reshape2", "here", "remotes", "lubridate")
# Install packages not yet installed
installed_packages <- packages %in% rownames(installed.packages())
Expand Down

0 comments on commit a62ef24

Please sign in to comment.