Skip to content

Commit

Permalink
update ss3 repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored and k-doering-NOAA committed Jan 26, 2024
1 parent d1e7714 commit 0db1929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can read the help files with
?SSMSE
```

Note that when SSMSE is installed, [Stock Synthesis](https://github.com/nmfs-stock-synthesis/stock-synthesis) binaries are included in the `SSMSE/bin/` folder downloaded to the user's local R library. Currently, the Stock Synthesis 3.30.18 is included. Separate binaries are included for Windows, Mac and Linux. Users may swap out these binaries, but SSMSE is not tested with other versions of SS3.
Note that when SSMSE is installed, [Stock Synthesis](https://github.com/nmfs-ost/ss3-source-code) binaries are included in the `SSMSE/bin/` folder downloaded to the user's local R library. Currently, the Stock Synthesis 3.30.18 is included. Separate binaries are included for Windows, Mac and Linux. Users may swap out these binaries, but SSMSE is not tested with other versions of SS3.

# Troubleshooting Installation

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-runSSMSE.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ test_that("cod works when treated as a custom model and run_EM_last_yr = TRUE wo
test_that("run_SSMSE runs with mean size at age and mean body length", {
skip_on_cran()
# this test is skipped unless the model it needs to run is available.
# model from https://github.com/nmfs-stock-synthesis/ss-test-models/tree/main/models/Simple_with_Discard
# model from https://github.com/nmfs-ost/ss3-test-models/tree/main/models/Simple_with_Discard
skip_if(!file.exists(file.path(extdat_path, "models", "Simple_with_Discard")))
size_age_temp_path <- file.path(temp_path, "Simple_with_Discard")
dir.create(size_age_temp_path)
Expand Down

0 comments on commit 0db1929

Please sign in to comment.