postpack v0.4.0
This release introduces greater consistency and transparency in the functions and their arguments. See below for the full development history:
postpack 0.4.0 (2020-08-24)
Renamed Functions
get_p()
becameget_params()
match_p()
becamematch_params()
base_p()
becamedrop_index()
Renamed Function Arguments
- All functions that previously accepted a
p
argument now accept aparams
argument (match_params()
,diag_plots()
post_subset()
,post_summ()
,post_remove()
,vcov_decomp()
, etc.) (#14) p_summ
has been replaced withprobs
inpost_summ()
(#25)match_params
andget_params
now both take atype
argument, and both accept only values of"base_only"
or"base_index"
(#20 - some other function and arguments changed here as well).density_plot()
andtrace_plot()
previously accepted ap_one
argument -- this is nowparam
(distinction between multiple parameters and one parameter); but most users won't notice this as these are non-exported functions.- The non-exported functions
ins_regex_bracket()
,rm_regex_bracket()
,ins_regex_lock()
, andrm_regex_lock()
now take theparams
argument rather than thestring
argument, but most users won't notice this.
Deleted Functions
matrix2mcmclist()
was deleted and nowpost_convert()
does its job (#23).
postpack 0.3.1 (2020-08-23)
- Reset
par()
after completingdiag_plots()
(#17)