nlist 0.4.0
- Exported
coda::as.mcmc.list
. - Added mcmcr as suggested dependency to removal speed bottleneck in
as_nlists.mcmc()
(#31, #44). - No longer deprecate
as.mcmc
andas.mcmc.list
(#43). - Warn-deprecated all soft-deprecated functions.
nlist 0.3.3
CRAN release: 2021-09-02
- 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.
nlist 0.3.2
CRAN release: 2021-08-05
- Fixed
complete_terms.mcmc()
so now returns warning whensilent = FALSE
and invalid or inconsistent terms are dropped.
nlist 0.3.1
CRAN release: 2021-02-06
- Added
as_nlists.mcmc.list()
. - Added
simplify = FALSE
argument totidy()
and soft deprecated forsimplify = TRUE
so that replacesd
,zscore
andpvalue
columns withsvalue
.
nlist 0.3.0
CRAN release: 2020-09-25
Added - collapse_chains()
for mcmc and mcmc.list objects. - pars<-
Soft deprecated - as.mcmc.list()
for as_mcmc_list()
. - as.mcmc()
for as_mcmc()
.
nlist 0.2.0
CRAN release: 2020-06-25
Breaking changes
- 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()
.
Features
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.
nlist 0.1.0
CRAN release: 2020-01-24
- 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.