From 15143170a55133d0010a3da6de8e01a813710ec7 Mon Sep 17 00:00:00 2001 From: jgabry Date: Wed, 2 Mar 2022 11:20:46 -0700 Subject: [PATCH 1/2] version 2.6.0 --- DESCRIPTION | 11 ++++++----- R/shinystan-package.R | 2 +- man/shinystan-package.Rd | 2 +- vignettes/deploy_shinystan.Rmd | 4 +--- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4b57f65..598711e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ Package: shinystan Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for Bayesian Models -Version: 2.5.0 -Date: 2018-05-01 +Version: 2.6.0 +Date: 2022-03-02 Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"), + person("Duco", "Veen", role = "aut"), person(family = "Stan Development Team", role = "ctb"), person("Michael", "Andreae", role = "ctb"), person("Michael", "Betancourt", role = "ctb"), @@ -50,10 +51,10 @@ Imports: xtable, xts (>= 0.9-7) Suggests: - cmdstanr (>= 0.3.0), + cmdstanr (>= 0.4.0), coda, knitr (>= 1.9), - posterior (>= 0.1.3), + posterior (>= 1.0.0), rmarkdown (>= 0.8.1), rstanarm (>= 2.17.4), testthat @@ -62,4 +63,4 @@ Additional_repositories: LazyData: true Encoding: UTF-8 VignetteBuilder: knitr -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 diff --git a/R/shinystan-package.R b/R/shinystan-package.R index 18a06ba..6209cb5 100644 --- a/R/shinystan-package.R +++ b/R/shinystan-package.R @@ -18,7 +18,7 @@ #' #' @description #' \if{html}{ -#' \figure{stanlogo.png}{options: width="50px" alt="mc-stan.org"} +#' \figure{stanlogo.png}{options: width="50" alt="mc-stan.org"} #' \emph{Stan Development Team} #' } #' diff --git a/man/shinystan-package.Rd b/man/shinystan-package.Rd index e2d2e3e..f494d47 100644 --- a/man/shinystan-package.Rd +++ b/man/shinystan-package.Rd @@ -6,7 +6,7 @@ \title{\pkg{shinystan} R package ('ShinyStan' graphical user interface)} \description{ \if{html}{ - \figure{stanlogo.png}{options: width="50px" alt="mc-stan.org"} + \figure{stanlogo.png}{options: width="50" alt="mc-stan.org"} \emph{Stan Development Team} } diff --git a/vignettes/deploy_shinystan.Rmd b/vignettes/deploy_shinystan.Rmd index 5e70c41..4f474f8 100644 --- a/vignettes/deploy_shinystan.Rmd +++ b/vignettes/deploy_shinystan.Rmd @@ -26,9 +26,7 @@ account](https://www.shinyapps.io/#pricing) you sign up for. **Setup** When you finish signing up for your ShinyApps account there will be instructions -for setting up your account on your local system using `rsconnect::setAccountInfo`. -If you have the most recent version of **shinystan** then you will already have -**rsconnect** installed and you can call +for setting up your account on your local system using `rsconnect::setAccountInfo()` (this requires first installing the **rsconnect** package) ```r rsconnect::setAccountInfo(name, token, secret) From 51f551fa7a70ce864e97cfa6d03844efaa9e41af Mon Sep 17 00:00:00 2001 From: jgabry Date: Wed, 2 Mar 2022 12:13:51 -0700 Subject: [PATCH 2/2] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 598711e..c0516cb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,7 +41,6 @@ Imports: markdown (>= 0.7.4), methods, reshape2, - rsconnect (>= 0.4.2), rstan (>= 2.17.1), stats, shinyjs (>= 0.6.0), @@ -56,6 +55,7 @@ Suggests: knitr (>= 1.9), posterior (>= 1.0.0), rmarkdown (>= 0.8.1), + rsconnect (>= 0.4.2), rstanarm (>= 2.17.4), testthat Additional_repositories: