Skip to content

Commit

Permalink
use run_parallel = FALSE for building readme
Browse files Browse the repository at this point in the history
parallel on gh actions might not work properly
  • Loading branch information
k-doering-NOAA committed Dec 8, 2021
1 parent 76cb4e9 commit cfc114f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ devtools::install_local(".", upgrade = "never", quiet = TRUE, force = TRUE)
```{r Load-Packages, eval=TRUE}
library(SSMSE) #load the package
library(r4ss) #install using remotes::install_github("r4ss/r4ss)
library(foreach) #if using run_parallel = TRUE
library(doParallel) #if using run_parallel = TRUE
# library(foreach) #if using run_parallel = TRUE
# library(doParallel) #if using run_parallel = TRUE
```

```{r Create-Folder}
Expand Down Expand Up @@ -263,7 +263,7 @@ res <- run_SSMSE(
nyrs_vec = c(6, 6), # Years to project OM forward
nyrs_assess_vec = c(3, 3), # Years between assessments
future_om_list = future_om_list_recdevs_sel,
run_parallel = TRUE, # Run iterations in parallel
run_parallel = FALSE, # Run iterations in parallel
sample_struct_list = sample_struct_list_all, # How to sample data for running the EM.
sample_struct_hist_list = NULL, # because this is null, will just use sampling
# as in the current OM data file for the historical period.
Expand Down

0 comments on commit cfc114f

Please sign in to comment.