You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stan-announce
Version 2.2.0 of the shinystan package is now available from CRAN and Github. This release includes various small but useful updates. Here's a summary of the release notes:
Improve line coverage of tests for the code in the /R directory to 97%.
Add optional argument pars to the as.shinystan method for stanfit objects, allowing a subset of parameters to be selected for inclusion when a shinystan object is created.
Introduce drop_parameters function for removing parameters from an existing shinystan object (useful for very large objects when you only want to look at a subset of parameters).
as.shinystan now an S4 generic with methods.
Allow selecting yrep from global environment for posterior predictive checks.
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.