Ian Taylor
Ian Taylor
### Describe the feature request. @kellijohnson-NOAA pointed out in https://github.com/pacific-hake/hake-assessment/commit/e805c154d672cc3c3e3115bff460f2d52b2e2439 that `SSplotData()` doesn't show mean weight-at-age data. Adding it seems like a good idea. The function includes a `datatypes` argument...
Google Code Issue 19: Reported by ian.stew..., Dec 17, 2008 Unless 'standard' west coast depletion (SB/SB0) is requested as the bratio management quantity, the plot with CIs is inaccurate. Code...
### Describe the feature request. There was a discussion of running models in parallel in https://github.com/r4ss/r4ss/issues/430 (see specifically the comments from @iagomosqueira: https://github.com/r4ss/r4ss/issues/430#issuecomment-705677341 and https://github.com/r4ss/r4ss/issues/430#issuecomment-705708088). The main focus of #430...
@allanhicks mentioned that @colemonnahan might be able to contribute something like this. Seems like a good idea. Also, format of output to R console hasn't been changed in about 10...
Commit 6979dd494a34035da0335d98d6a345102f8927c4 fixes a bug in `SS_tune_comps()` for models with no age data (because `dat[["age_info"]]` was `NULL`). I also turned off the command line While working with this function to...
Thanks to @k-doering-NOAA for pointing out (in https://github.com/r4ss/r4ss/pull/704#discussion_r915900897) that you can have more complex default input values which will save assigning those values within the function and make things more...
The lingcod reports use the tables created by `SSexecutivesummary(..., format = FALSE)` to fulfil the Terms of Reference for U.S. west coast groundfish assessments. John Field pointed out that the...
In the setup for length and age comps there is an option to combine males and females below a given bin number to avoid fitting to any noise associated with...
Functions `movepars`, `selfit`, and `selfit_spline` all use tcltk package. The syntax is arcane and the package has some installation issues on some computers. Shiny may be an easier way to...
The r4ss package started out with an MIT license and then switched to GPL-3 in 2012 with [this commit](https://github.com/r4ss/r4ss/commit/a15aba6f20106dee5baecdb181c13b911b209621) to facilitate use of GPL-licensed code (also discussed in https://github.com/nmfs-stock-synthesis/helper/issues/8). However,...