Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* small updates into new dev branch * Fix bug for when `RhoConfig['Beta1']=5` ... ... which wasn't implemented properly in the CPP. * Update test-random_beta_against_glmer.R * further adding `skip_on_ci` * adding weird .yml edit following suggestion from @k-doering-NOAA * removing FishStatsUtils from DESCRIPTION ... ... to see if that forces an updated version and fixes MacOS CI Action * add back "test-platform" CI check * using `Additional_respositories` in DESCRIPTION ... ... copying Kelli Johnson's edits to SpatialDeltaGLMM * removing SpatialDeltaGLMM from dependencies * adding back some integrated tests * add back more CIs * re-adding three more integrated tests * removing one re-added integrated-test * re-removing multivariate CI tests * moving dependency versions from .onAttach to DESCRIPTION * change FishStatsUtils to `Imports` * further experiment with DESCRIPTION * revert from last experiment * further small changes to DESCRIPTION * housekeeping: remove .onAttach action * remove all integrated-tests requiring data ... ... given that dev branch of FishStatsUtils isn't being installed properly via Actions * experiment with Actions loading of FishStatsUtils * Experiment: Move FishStatsUtils install back to .onAttach * small fix in last commit * reverting last experiment * explore change for `R-CMD-check.yml` ... ... following advise from Kathryn Doering * add back BS pollock integrated test * Adding deviance calculation for Tweedie distribution * expand User Manual ... ... to provide more details about abundance vs. density-weighted indices * small updates * adding test for new epsilon feature * test CI fix ... ... for exploring new TMB features not available in CRAN version * add new bias-correction option * adding `apply_epsilon` * Update test-Tweedie-against-mgcv.R * disable newton::tag feature for now * Update zzz.R * update H info for manual * adding project_model * fix project_model to return simulated stuff properly * add demo snippet and labels to output * update NEWS * remove junk code from testing * bug-fix for unconditional simulation of beta1/beta2 * fixing EOF to work with unconditional simulation of beta/epsilon * update NEWS * fix typo in last commit * update docs for `project_model` * fix `historical_uncertainty == "random"` * Another fix to historical_uncertainty = "random" * further update project_model docs ... ... h/t Andrew Allyn for continuing to point out implications of alternative estimation-model settings * re-add devtools to fix Ubuntu CI Action * fix project_model to work with explicit units * improve defaults and docs for density-dependent feature * Now excluding category-specific intercepts in Q1_formula / Q2_formula h/t Yumi Arimitsu for suggesting the idea. * fix bug in last commit h/t Yumi for flagging * fix bug in last commit ... ... occurring in catchbaility-covariate intercept detection in univariate models * fix bug in EOF for v14_0_1 * revert to main-branch versions * re-update dev branch * Update version number * Add EOF CI and disable MICE and combined-data CIs * update EOF CI to avoid label-switching issue * fix typo in EOF CI * test fix for EOF CI for Ubuntu * adding auto-error check for catchability_data ... ... for cases where it contains NA, NaN, Inf values. H/t Anna Marcout for flagging the issue * another auto-check for catchability inputs * fix bug in last commit ... ... where is.nan(.) and is.infinite(.) aren't designed for data-frames * A few typos in `project_model.R` (#324) Plus rebuild roxygen docs * adding `reload_model` * improve docs for `make_data` * Fixing backwards compatibility by ... 1. Removing CPP versions prior to V8.0.0 2. adding an integrated test for installed CPPs 3. fixing compilation and build issues with CPP versions <10.0.0 * turn off CI for 'test-past-versions' integrated test * fix bug in effects.R * Update reload_model.R * adding new option for Expansion_cz * fix bug in last commit * small updates * fix bug in Barrier-SPDE to keep up with release 3.9.1 * updates to keep up with release 3.9.1 * switching to framework = TMBad by default * experimenting with speedup to project_model ... ... whereby the user can specify `n_samples` and avoid recompiling objects for each sample run * fix typo in last commit * add option to subset variables in `project_model` * generalize `apply_epsilon` to work .. ... when other variables are also being epsilon-corrected * bug fix ... ... h/t Maurice Goodman * update v_i to allow NA for observations without vessel effects * Update make_data.R * fix v_i change * doc updates * update NEWS to unify main and dev Co-authored-by: Sean Anderson <seananderson@users.noreply.github.com>
- Loading branch information