Version 2.3.0 of the shinystan R package is now available. There are only a few changes in this release, but all sorts of good stuff is in the works for future updates. Here are the brief release notes for version 2.3.0:
Fixes
New features
- Add NUTS energy diagnostic plots to Diagnose page
- Allowing passing a sampler_params argument to as.shinystan. This makes it possible to display sampler diagnostics for HMC/NUTS even if not using Stan's implementation of these algorithms (thanks to Cole Monnahan).
The latest release can be installed from CRAN via
install.packages("shinystan")
or from Github using
devtools::install_github("stan-dev/shinystan", build_vignettes = TRUE)
- The Stan Development Team