Changes in version 0.7.16.3 (2022-11-07) o Fix vignette breakage from ggplot update (to 3.4.0) Changes in version 0.7.16.2 (2020-03-09) o Fix vignette breakage from ggplot update Changes in version 0.7.16 (2017-10-30) o handle non-standard report files better; add flag to ignore them (i.e. not warn) if requested o internal cleanup Changes in version 0.7.15 (2016-12-07) o add covfn argument to read_params, warn if multiple .std files found (Koen van Benthem) o small CRAN compatibility fixes Changes in version 0.7.14 o truncate profile files to 8 characters (Edgar Gonzalez) o CRAN tweaks Changes in version 0.7.13 (2015-04-13) o CRAN tweaks Changes in version 0.7.12 o add default location for MacOS ( Fernando Cagua ) o various R CMD check/roxygenize updates o CRAN tweaks: package title in Title Case o admb_home goes at beginning of path on Unix Changes in version 0.7.11 o update vignette, documentation tweaks Changes in version 0.7.10 (2013-09-22) o test tweaks Changes in version 0.7.9 o CRAN tweaks o admb_version now returns NA if ADMB not found Changes in version 0.7.8 o bug fix for AIC o improvements to read_pars o allow all-numeric report file o bug fix for parameter section containing only LOCAL_CALCS Changes in version 0.7.7 o allow multiple LOC_CALCS blocks per section o improved handling of variable types (fixed, random, extra) in accessors (coef, confint, stdEr) o phase support o add AIC to summary printing method o read_plt() (likelihood profile info) now user-visible o warn on missing cor file o add admb_version() o fix buglets with MCMC reading o fix bug to allow re to be specified within parameter lists o more flexibility in extracting coefficients, var-cov elements Changes in version 0.7.6 o Development migration to github o Add Jeff Laake to authors o Improved reading of hessian, vcov matrix Changes in version 0.7.5.3 (2012-07-18) o ignore !! *after* beginning of line in variable definitions o fix mcmc2 bug Changes in version 0.7.5.2 o fix Windows bug in run_admb Changes in version 0.7.5.1 (2012-03-21) o export dat_write, add append option, doc tweaks o structure cleanup Changes in version 0.7.5 (2011-12-22) o remove ggplot2 dependency (removed 'ggplot' option from plot.admb.hist) [to reduce dependency creep in glmmADMB] o allow for negative-phase in read_par Changes in version 0.7.4 o major changes to modularity: exposed compile_admb, run_admb, read_admb o changes to clean_admb o improved logic for retrieving profile and MCMC parameter names in read_admb; run_admb writes .mcinfo file to disk o write_dat complains if class is not matrix or factor o exposed confint.admb o read_pars reads full std matrix (attempt at back-compatibility) [and fixed bug] o fixed bug: std err/estimate names mismatch Changes in version 0.7.2 o exposed and documented read_pars, write_pin, write_dat Changes in version 0.7.1 o improved warning handling o took out testing for spurious xxalloc error messages o added ignore_admb_errors Changes in version 0.7 o uncertain: more accessors, general cleanup Changes in version 0.6 o Support for MCMC o Support for profiling o Support for random effects o Expanded vignette o PARAMETERS and DATA section can be created automatically Changes in version 0.5 o Initial release. Basic stuff works on my system, lightly tested elsewhere.