Skip to contents

nlist 0.5.0

Breaking changes

New features

  • tidy() gains a directional_information argument specifying whether the svalue column is calculated with extras::directional_information() instead of extras::svalue() (#51).
  • The default value of directional_information is currently FALSE but will change to TRUE in a future release; leaving it unset is soft-deprecated.

Bug fixes

Documentation

  • Documented the sort() methods and added missing examples for the mcmc and mcmc.list methods (#60).
  • Added return values to the documentation for the as_term() methods.

Minor improvements

  • extras (>= 0.10.0) is now required.
  • Replaced the deprecated structure() special names .Names, .Dim and .Dimnames with names, dim and dimnames, which R-devel now notes.

nlist 0.4.0

CRAN release: 2025-05-11

  • 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 and as.mcmc.list (#43).
  • Warn-deprecated all soft-deprecated functions.

nlist 0.3.3

CRAN release: 2021-09-02

nlist 0.3.2

CRAN release: 2021-08-05

  • Fixed complete_terms.mcmc() so now returns warning when silent = 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 to tidy() and soft deprecated for simplify = TRUE so that replace sd, zscore and pvalue columns with svalue.

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() and npars_scalar() with pars(scalar = TRUE) and npars(scalar = TRUE).

Soft deprecated

Features

Added

nlist 0.1.1

CRAN release: 2020-06-18

  • Fix tests ready for term 0.2.0.

nlist 0.1.0

CRAN release: 2020-01-24

nlist 0.0.1

  • Initial release.