• Same as previous version.
  • Fixed complete_terms.mcmc() so now returns warning when silent = FALSE and invalid or inconsistent terms are dropped.
  • Added as_nlists.mcmc.list().
  • Added 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().

Breaking changes

  • Set Depends to R >= 3.4
  • Replaced pars_scalar() and npars_scalar() with pars(scalar = TRUE) and npars(scalar = TRUE).

Soft deprecated

Features

Added

  • Fix tests ready for term 0.2.0.
  • Initial release.