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