- Changes for CRAN acceptance
- Citation entry changes
- Excluded @dontrun examples in functions
mcmc_diags()
andraftery_diags()
- Fixed bugs in function
aevar()
Vignette updates.
This is a major release adding a range of substantial new features and fixing bugs.
- Brand new features mean some dependencies not previously included. These
include
coda
(>= 0.19.4),LIM
(>= 1.4.7), andnetwork
(>= 1.18.0) - Roxygen update 7.2.1 -> 7.2.3
- Added a
NEWS.md
file to track changes to the package.
- Added
multi_net()
function and friends to calculate multiple plausible networks. Friend functions include:- Starting point functions
centralx0()
anddefaultx0
- Network packing function
prepack_fun()
and inner functionsexport_fun()
,fmat_fun()
,input_fun()
,living_fun()
,output_fun()
,resp_fun()
- Starting point functions
- Added various functions for visual MCMC convergence diagnostics:
trace_plot()
dens_plot()
runmean_plot()
geweke_plot()
autocorr_plot()
mcmc_plots()
function seamlessly combines all plots into a single plot output.
- Added various functions for statistical MCMC convergence diagnostics:
summary_diag()
geweke_diag()
effsize_diag()
heidel_diag()
raftery_diag()
autocorr_diag()
mcmc_diags()
function returns all statistical MCMC convergence diagnostics in a single list or data frame.
- Added eight example LIM Declaration files for a toy four-node network in
inst/example_limfiles
directory- Four weighted network LIM Declaration files (Summer, Spring, Autumn, Winter)
- Four unweighted network LIM Declaration files (Summer, Spring, Autumn, Winter)
autoGen()
- changed file path names to simply "unweighted_limfiles" or "weighted_limfiles"