11Package: shinystan
22Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for
33 Bayesian Models
4- Version: 2.1 .0
5- Date: 2016-01-06
4+ Version: 2.2 .0
5+ Date: 2016-05-23
66Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"),
77 email = "jsg2201@columbia.edu"),
88 person(family = "Stan Development Team", role = "ctb"),
@@ -16,12 +16,12 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"),
1616 person("Dongying", "Song", role = "ctb"),
1717 person("Rob", "Trangucci", role = "ctb"))
1818Maintainer: Jonah Gabry <jsg2201@columbia.edu>
19- Description: We provide a graphical user interface for interactive Markov chain
20- Monte Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a
21- posterior sample. The interface is powered by RStudio's Shiny web application
22- framework and works with the output of MCMC programs written in any programming
23- language (and has extended functionality for Stan models fit using the rstan
24- package and the No-U-Turn sampler ).
19+ Description: A graphical user interface for interactive Markov chain Monte
20+ Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a
21+ posterior sample. The interface is powered by RStudio's Shiny web
22+ application framework and works with the output of MCMC programs written
23+ in any programming language (and has extended functionality for Stan models
24+ fit using the rstan and rstanarm packages ).
2525URL: https://github.com/stan-dev/shinystan/, http://mc-stan.org/
2626BugReports: https://github.com/stan-dev/shinystan/issues/
2727Depends:
@@ -32,18 +32,20 @@ LazyData: true
3232Suggests:
3333 coda,
3434 knitr (>= 1.9),
35- rstan (>= 2.7),
3635 rmarkdown (>= 0.8.1),
36+ rstanarm (>= 2.9.0-3),
3737 testthat
3838Imports:
3939 DT (>= 0.1),
4040 dygraphs (>= 0.4.5),
41- ggplot2 (>= 2.0 .0),
41+ ggplot2 (>= 2.1 .0),
4242 gridExtra,
4343 gtools,
4444 markdown (>= 0.7.4),
4545 methods,
4646 reshape2,
47+ rsconnect (>= 0.4.2),
48+ rstan (>= 2.9.0-3),
4749 stats,
4850 shinyjs (>= 0.1.0),
4951 shinythemes (>= 1.0.1),
0 commit comments