• Provide soft deprecated message on breaking change.
  • When bound = TRUE rhat() now also returns rhat values for separate analyses.

  • When bound = TRUE and as_df = TRUE rhat() now returns a data.frame with the rhat values for the separate and combined analyses.

  • Merge pull request #52 from poissonconsulting/description-contr.

add contributors

  • Merge pull request #50 from poissonconsulting/rcmd-check.

update rcmd check and documentation

  • Merge pull request #49 from poissonconsulting/changes_to_actions.

Made changes to Actions using UsePois and Files were created

  • Same as previous version.
  • Update testing to testthat 3.
  • Added fill_na() for mcarray, mcmcarray and mcmcr.
  • Fixed as.mcmcarray.mcmc() (and as.mcmcr.mcmc()) so now returns an mcmcarray (and mcmcr) object with no terms.
  • Added
    • tidy.mcmcr().
    • simplify = FALSE argument to coef() and tidy() and soft-deprecated if not TRUE.
    • ... optional arguments for fun = median argument to estimates().
  • Moved as_nlists.mcmc.list() to nlist package.
  • Added as_mcmc_list.mcmr().
  • Moved the following to nlist
    • as_nlist.mcmc() and as_nlist.mcmc.list()
    • as_nlists.mcmc()
    • as.term.mcmc() and as.term.mcmc.list()
    • bind_iterations.mcmc() and bind_iterations.mcmc.list()
    • collapse_chains.default() and collapse_chains.mcmc.list()
  • Added check_mcmcr() and check_mcmcarray().
  • Fixed by and as_df arguments in converged().
  • Added more tests.
  • Removed as.mcmc.mcmc.list(), thin.mcmc() and thin.mcmc.list() as now defined by coda.
  • No longer export as.mcmc.list.mcarray() as clashes with rjags version.
  • Moved graphics, coef, tibble packages from imports to suggests.
  • Replaced internal error() with err::err().
  • Allowed NAs in values to calculate pvalues.
  • Updated to not use length argument in checkr as deprecated.
  • Released to CRAN.