Skip to content

v2.2.0

Compare
Choose a tag to compare
@jgabry jgabry released this 24 May 23:49
· 135 commits to master since this release

Installation

Installation instructions for the latest version of the shinystan R package

Notes

  • Add optional argument pars to the as.shinystan method for stanfit objects,
    allowing a subset of parameters to be selected for inclusion in the resulting
    shinystan object.
  • Introduce drop_parameters function for removing parameters from a shinystan
    object (useful for very large objects when you only want to look at a subset of
    parameters).
  • Allow selecting yrep from global environment for posterior predictive checks.
  • Change as.shinystan to S4 generic with methods.
  • Rename some of the internal slots in shinystan objects. The update_sso function can
    be used to ensure that old shinystan objects have an internal structure
    compatible with this release.
  • Improve line coverage of api tests.
  • In DESCRIPTION, add rsconnect to Imports, move rstan from Suggests to Imports, add rstanarm to Suggests.