Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ss3 repo names #169

Merged
merged 1 commit into from
Jan 26, 2024
Merged
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 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
Loading