- Same as previous version.
- Speed up
bind_iterations.mcmc.list()
by replacingchk::chkor()
with custom test and message. - Fix
pars.mcmc.list()
so that no longer gives deprecation warning forterms = FALSE
argument if not provided by user. - Switch to testthat edition 3.
- Fixed
complete_terms.mcmc()
so now returns warning whensilent = FALSE
and invalid or inconsistent terms are dropped.
- Added
as_nlists.mcmc.list()
. - Added
simplify = FALSE
argument totidy()
and soft deprecated forsimplify = TRUE
so that replacesd
,zscore
andpvalue
columns withsvalue
.
Added
collapse_chains()
for mcmc and mcmc.list objects.pars<-
Soft deprecatedas.mcmc.list()
foras_mcmc_list()
.as.mcmc()
foras_mcmc()
.
- Set Depends to R >= 3.4
- Replaced
pars_scalar()
andnpars_scalar()
withpars(scalar = TRUE)
andnpars(scalar = TRUE)
.
Soft deprecated
pars(terms =)
forpars_terms(as_term())
.is.natomic()
foris_numeric()
.is.nlist()
andis.nlists()
foris_nlist()
andis_nlists()
.as.nlist()
andas.nlists()
foras_nlist()
andas.nlists()
.as.term()
foras_term()
.
Added
thin.default()
to thin objects.unlist_nlist()
(alsounlist.nlist()
) andrelist_nlist()
to flatten and popnlist
objects.as_data_term()
andas_data_term()
fornlist
andnlists
objects.fill_all()
andfill_na()
fornlist
andnlists
objects.set_pars()
fornlist
andnlists
objects.tidy.nlists()
fornlists
objects.
- Fix tests ready for term 0.2.0.
- Added
fill_na()
for natomic, nlist and nlists objects. - Added
as.nlist.numeric()
to convert flattened nlist objects back into original objects. - Added
unlist_nlist()
(alsounlist.nlist()
) andrelist_nlist()
to flatten and pop nlist objects.
- Initial release.