The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
tidy() now defaults to simplify = TRUE
for the nlists, mcmc and
mcmc.list methods (#61).
Functions and arguments that were previously warn-deprecated are now defunct and error (#56):
is.natomic(), is.nlist() and
is.nlists(), replaced by is_numeric(),
is_nlist() and is_nlists().as.nlist() and as.nlists(), replaced by
as_nlist() and as_nlists().aggregate.nlist() and aggregate.nlists(),
replaced by estimates.nlist() and
estimates.nlists().terms argument of pars(), replaced by
terms::pars_terms(as_term(x)).iterations and parameters arguments of
subset(), replaced by iters and
pars.tidy() gains a directional_information
argument specifying whether the svalue column is calculated
with extras::directional_information() instead of
extras::svalue() (#51).directional_information is
currently FALSE but will change to TRUE in a
future release; leaving it unset is soft-deprecated.subset.nlists() now range-checks the iters
argument (#55).sort() methods and added missing
examples for the mcmc and mcmc.list methods
(#60).as_term() methods.extras (>= 0.10.0) is now required.structure() special names
.Names, .Dim and .Dimnames with
names, dim and dimnames, which
R-devel now notes.coda::as.mcmc.list.as_nlists.mcmc() (#31, #44).as.mcmc and
as.mcmc.list (#43).bind_iterations.mcmc.list() by replacing
chk::chkor() with custom test and message.pars.mcmc.list() so that no longer gives
deprecation warning for terms = FALSE argument if not
provided by user.complete_terms.mcmc() so now returns warning when
silent = FALSE and invalid or inconsistent terms are
dropped.as_nlists.mcmc.list().simplify = FALSE argument to tidy()
and soft deprecated for simplify = TRUE so that replace
sd, zscore and pvalue columns
with svalue.Added - collapse_chains() for mcmc and mcmc.list
objects. - pars<- Soft deprecated -
as.mcmc.list() for as_mcmc_list(). -
as.mcmc() for as_mcmc().
pars_scalar() and npars_scalar()
with pars(scalar = TRUE) and
npars(scalar = TRUE).Soft deprecated
pars(terms =) for
pars_terms(as_term()).is.natomic() for is_numeric().is.nlist() and is.nlists() for
is_nlist() and is_nlists().as.nlist() and as.nlists() for
as_nlist() and as.nlists().as.term() for as_term().Added
thin.default() to thin objects.unlist_nlist() (also unlist.nlist()) and
relist_nlist() to flatten and pop nlist
objects.as_data_term() and as_data_term() for
nlist and nlists objects.fill_all() and fill_na() for
nlist and nlists objects.set_pars() for nlist and
nlists objects.tidy.nlists() for nlists objects.fill_na() for natomic, nlist and nlists
objects.as.nlist.numeric() to convert flattened nlist
objects back into original objects.unlist_nlist() (also unlist.nlist())
and relist_nlist() to flatten and pop nlist objects.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.