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"
run_SS_models()
-> run()
(now has defaults which allow you to
simply call run()
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()
dir
instead of
mydir
, File
, or masterdir
, and now defaulting to the current
working directory)show_in_console = FALSE
can be used with all these functions
and will pipe output to a text file keeping R console cleaner while
models runSS_readdat_3.24()
(although SS_output()
is still compatible back
to version 3.24) https://github.com/r4ss/r4ss/pull/718SSbootstrap()