- Bug fixes
- Compatibility with SS3 version 3.30.23 and 3.30.23.1
-
Bug fixes
-
Clean up columns names in functions for reading input files to match the .ss_new files written by SS3 as shown in the table below.
old new "Yr" "year" "Seas" "month" "FltSvy" "fleet" "Gender" "sex" "Part" "part" "Ageerr" "ageerr"
- Replaces magrittr pipe %>% with native pipe |>
- Minimum R version is now 4.1.0
- Bug fixes and cosmetic changes
- Use {pkgdown} to develop a better website
- Change logo
- Update install instructions on README to use {pak}
- Support new SS3 option to estimate separate Dirichlet-multinomial parameters
for retained vs discards
- SS3 version 3.30.21 models will also have all info on D-M parameters read directly from Report.sso instead of the data file
- Numerous minor bug fixes
- Adds dependency on 'dplyr' and 'magrittr'
- Major revamp of all functions that run the Stock Synthesis executable
r4ss#722
- Functions that run the executable have been renamed:
r4ss#723:
run_SS_models()->run()(now has defaults which allow you to simply callrun()in the current working directory as well as and better support for having the Stock Synthesis executable in your path)SS_profile()->profile()SS_doRetro()->retro()SS_RunJitter()->jitter()SS_tune_comps()->tune_comps()
- Functions have more consistent inputs (e.g., always
dirinstead ofmydir,File, ormasterdir, and now defaulting to the current working directory) - Input
show_in_console = FALSEcan be used with all these functions and will pipe output to a text file keeping R console cleaner while models run
- Functions that run the executable have been renamed:
r4ss#723:
- Deprecates functions that relate to 3.24 models, like
SS_readdat_3.24()(althoughSS_output()is still compatible back to version 3.24) r4ss#718 - Introduces new "simple_small" example model but removes older examples, reducing total package size r4ss#700
- Uses new columns names in BIOLOGY output r4ss#711
- Numerous bug fixes
- Adds dependency on 'tidyr'
- Removes never-completed function
SSbootstrap()
- Minor improvements and bug fixes
- Compatibility with SS3 version 3.30.19
- Submitted to CRAN
- Standardize version = "3.30" in read and write functions and deprecate NULL as an option
- Added Common Utility Functions
- Numerous bug fixes and minor improvements
- Compatibility with SS version 3.30.16
- Numerous bug fixes and minor improvements
- Compatibility with SS version 3.30.15
- Expansion of capabilities for functions to read and write SS input files
- Dependent on fewer packages but now depends on R version 3.5.0 or newer
- Numerous minor bug fixes and minor improvements
- Compatibility with SS versions 3.24 through 3.30.14
- Submitted to CRAN
- Numerous minor bug fixes and minor improvements
- Compatibility with SS versions 3.24 through 3.30.13-beta
- Fix bugs in new stock-recruit plot, and cohort lines added to bubbles
- Limited support for models that use Dirichlet-Multinomial likelihood (currently only works for age compositions, not length comps)
- Support for SS version 3.30.10.00 available on VLab today
- Some changes in column names and other variables to match cleanup of terminology in latest Stock Synthesis
- New Vignette (very limited but provides a start to be improved on)
- Slacked off on updating this NEWS file
- Implemented automated R package check on Travis-CI
- SS_varadjust now works for use in automating variance adjustments at the bottom of the control file
- Improvements related to testing SS version 3.30 including converting SS_readdat into a wrapper function that calls separate functions for SS v3.24 and v3.30
- Minor bug fixes and other small edits
- First CRAN update since r4ss 1.22.1 in July 2014.
- Variety of new defaults in plots
- Help from various new contributors
- See https://github.com/r4ss/r4ss for more detail on changes and new features