diff --git a/404.html b/404.html index 68f480b..a27a2c6 100644 --- a/404.html +++ b/404.html @@ -31,7 +31,7 @@ ss3diags - 2.1.1 + 2.2.0
r4ss::get_ss3_exe(dir = dir_jitter, version = "v3.30.21")
-#> The stock synthesis executable for Linux v3.30.21 was downloaded to: /tmp/Rtmp6Xyarr/jitter/ss3
We will run the model in dir_jitter
first to produce the
necessary output files. It is recommended to do jitter runs in a
subdirectory of your model run. This will keep all of the output files
@@ -206,13 +206,13 @@
r4ss::get_ss3_exe(dir = dir_retro, version = "v3.30.21")
-#> The stock synthesis executable for Linux v3.30.21 was downloaded to: /tmp/RtmpUqXETR/retrospectives/ss3
r4ss::get_ss3_exe(dir = dir_tmp, version = "v3.30.21")
## The stock synthesis executable for Linux v3.30.21 was downloaded to: /tmp/Rtmpb2T15m/ss3
+## The stock synthesis executable for Linux v3.30.21 was downloaded to: /tmp/RtmpOZxxeY/ss3
r4ss::get_ss3_exe(dir = dir_tmp, version = "v3.30.21")
-#> The stock synthesis executable for Linux v3.30.21 was downloaded to: /tmp/RtmpakzV4r/ss3
Winker H, Carvalho F, Cardinale M, Kell L, Oshima M, Fletcher E (2024). ss3diags: Stock Synthesis Model Diagnostics for Intergated Stock Assessments. -R package version 2.1.1, https://github.com/PIFSCstockassessments/ss3diags. +R package version 2.2.0, https://github.com/PIFSCstockassessments/ss3diags.
@Manual{, title = {ss3diags: Stock Synthesis Model Diagnostics for Intergated Stock Assessments}, author = {Henning Winker and Felipe Carvalho and Massimiliano Cardinale and Laurence Kell and Megumi Oshima and Eric Fletcher}, year = {2024}, - note = {R package version 2.1.1}, + note = {R package version 2.2.0}, url = {https://github.com/PIFSCstockassessments/ss3diags}, }
NEWS.md
+ SSdeltaMVLN
for Variance-Coveriance approximation and bias correction. Thanks @N-DucharmeBarth-NOAA (#64)dplyr
from NAMESPACE. Removed roxygen import calls from SSplotJABBAres()
and SSrmse()
, and appended dplyr function calls with the double colon operator (dplyr::
) (#82)SSplotModelComp()
for ss3diags::retroSimple
and default ss3rep used in SSplotRunsTest()
for ss3diags::simple
+SSplotJABBAres()
as SSrmse()
. (#50)