Skip to content

Commit

Permalink
ss3diags ver 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efletcherPIFSC committed Nov 20, 2024
1 parent fb78e74 commit ddaeb65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ss3diags
Title: Stock Synthesis Model Diagnostics for Intergated Stock Assessments
Version: 2.2.0
Version: 2.2.1
Date: 2024-02-16
Authors@R: c(
person("Henning", "Winker", , "[email protected]", role = "aut"),
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# ss3diags 2.2.1

* Change **r4ss** dependency to **[ONLY version 1.49.3](https://github.com/r4ss/r4ss/releases/tag/v1.49.3)** for compatibility.
* **[r4ss 1.50.0](https://github.com/r4ss/r4ss/releases/tag/v1.50.0)** introduces a major changes to its read/write functions that breaks compatibility with existing **ss3diags** functions, but will be resolved in a future update. (#109)
* Set `NA_character_` as `gh::gh()` token to resolve SAML authentication errors downloading ss3 binaries from [nfms-ost/ss3-source-code](https://github.com/nmfs-ost/ss3-source-code) used in test scripts. (#110)
* Added local `get_ss3_exe` function, based on `r4ss::get_ss3_exe()`, with `gh::gh()` token fixes
* Once r4ss dependency is updated to 1.50.0+, local function will be superceded by `r4ss::get_ss3_exe()`
* Update RoxygenNote to 7.3.2

# ss3diags 2.2.0

* Add vignettes tutorials for implementing and interpreting diagnostic analyses (#78, #75, #73, and #68). The vignettes replaced the "Cookbook recipe" R scripts with updated code.
Expand Down

0 comments on commit ddaeb65

Please sign in to comment.