Kelli Johnson
Kelli Johnson
Thank you for creating whisker and publishing the code on GitHub. I was going through trying to learn more about the package and noticed a few minor typos in the...
Starting with version VAST_v1_6_0 ... https://github.com/James-Thorson-NOAA/VAST/blob/339db318558073ce36098ff56d1e745513313ae7/R/make_parameters.R#L119 I see that the initial value for logkappa is log(0.9) where before it was 0.0. I am trying to fit models to data from...
https://github.com/kaskr/adcomp/blob/520af7b045863b6d0f131b522efa663d3cf5b987/TMB/R/sdreport.R#L416 ``` Error in rbind(ans1, ans2, ans3) : number of columns of matrices must match (see arg 2) ``` I get the previous error when running a TMB model because...
The dummy function in the example for `lifecycle::deprecated()` is called `foobar_adder` but the call to `lifecycle::deprecate_warn()` looks like https://github.com/r-lib/lifecycle/blob/9417eca8f5091f95b4569fb6c388e4394e2b2157/R/arg.R#L24 where `foo` is shown as the package from which `bar_adder()` comes...
### Describe the bug In 86f4b21 @iantaylor-NOAA added the capacity to produce a selection of the tables output by `SSexecutivesummary()` by adding the tables argument but some tables depend on...
### Describe the feature request. I propose removing the table of likelihoods produced by `SSexecutivesummary()` that was added in f3697c0 because, as @iantaylor-NOAA pointed out to me in an offline...
### Describe the feature request. When using `r4ss::run()` where the executable passed to the `exe` argument was a non-viable executable, that I obviously did not know was 🗑️, I got...
### Describe the bug If a control or dat file already have comments at the top of the file, i.e., `#C ...`, then the `SS_write*()` functions do not edit these...
https://github.com/r4ss/r4ss/blob/2d1ceaa0a82d15102ead9c83a13fdcc7a1e5c142/R/SS_tune_comps.R#L305 I recently wanted to change the input files for hake based on the suggested tuning but I did not want to run the model because we run the model...