Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* credit Cecilia O'Leary for convert_shapefile(.) * update docs * update docs * update docs * Adding CalCOFI extrapolation-grid option... ... using coordinates defining shapefile from Andrew Thompson * add CalCOFI+IMECOCAL summer extrapolation-grid option * improve docs * improved docs * add juvenile rockfish shapefiles and improve docs * Update plot_anisotropy.R * update plot_factors(.) ... ... to plot standard errors in factor loadings when `SD` is provided * improve plot_factors to extract SE for response-maps * adding main Hawaiian Islands extrapolation-grid... ... thanks to Ben Richards * fixing plot_results for new covariate interface thanks to E. Yasumiishi for pointing out the issue * small update to docs * update version number * adding plots for spatialy-varying density response * Update simulate_data.R to allow multiple DLLs to be loaded when using simulate_data. h/t @dshanisko and @kellijohnson-NOAA for flagging the issue and discussing a (temporary) fix. * streamline interface... ... when Hessian calculation fails, to allow results to still be outputted. * small doc improvements * adding interface for one-step-ahead residuals... ... using TMBhelper::oneStepPredict_deltaModel. Only available using CPP version >= 13.0.0 * fix rotate_factors(.)... ... to improve denominator in error-testing for use when zero-centering loadings matrices for use in EOF * small updates * h/t Arnaud in VAST #55 and #56 * Update make_settings documentation * Add purpose to make_kmeans to save extrapolation kmeans file to avoid recalculating it * Clean up file paths a bit * Fix tiny typo bug * Rename new argument and files per JTT request * Streamline console output from make_kmeans * fix file-path specification * adding informative warning.. ... about change in make_kmeans * Update in the PESC example Update in the PESC example for which we now provide two datasets instead of just one: a predator biomass catch rate dataset and a stomach content dataset. * adding AFSC shapefiles * fix bug in PESC update to `load_example` * update docs * fix small bug in improvements to `make_kmeans` ... ... where previous change made `make_extrapolation_info` made kmeans object in working-directory that sometimes doesn't have write access; now uses user-specified `working_dir` * Fix plotting bug in DHARMa quantile residuals... ... wherein the color-scale was accidentally inverted (i.e., a residual >0.5 previously indicated data below the median of the predictive distribution, in contrast to standard definition of quantile residuals) * additional plotting option in plot_timeseries * integrating package effects to visualize covariate responses * Response to #64 * change plot defaults to use projargs specified during fitting * update predict.fit_model ... ... which seems to be working as intended and interfacing correctly with package pdp for partial dependence plots * add Cold-Pool-Extent to pollock example ... ... for use in new Wiki demo * fix bug in recent improvements to predict.fit_model * small updates to reference docs * a bunch of small doc improvements * improve docs * Add plot_factors within plot_results and improve docs * adding purpose = "EOF3" as default for EOF * fix bug in plot_biomass_index when Ftarg is known without error... ... i.e., in data-poor production models. Also improve docs. * improve plot_variable to allow mapping points (instead of rasters) * fix bug which was causing error in convert_shapefile using R 4.0.2 * switch to plotting maps using viridis colorscheme * Add better error checking in get_latest_version * Small bugs * Add path argument to get_latest_version to run local tests * Change what happens if user path fails * Fix small bug * switch rotate_factors to using SVD... ... which avoids problems in Cholesky decomposition when using a rank-deficient covariance * update interface for plot_range_edge * update to facilitate seasonal model * adding seasonal example data * small doc fixes * update DESCRIPTION Co-authored-by: Cole-Monnahan-NOAA <[email protected]> Co-authored-by: Arnaud Grüss <[email protected]>
- Loading branch information