Skip to content

Commit

Permalink
Merge pull request #193 from stan-dev/v2.6.0
Browse files Browse the repository at this point in the history
version 2.6.0
  • Loading branch information
jgabry authored Mar 2, 2022
2 parents 3ca1c92 + a2f8b34 commit 887cb47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
person("Duco", "Veen", role = "aut"),
person(family = "Stan Development Team", role = "ctb"),
person("Michael", "Andreae", role = "ctb"),
person("Michael", "Betancourt", role = "ctb"),
Expand Down Expand Up @@ -40,7 +41,6 @@ Imports:
markdown (>= 0.7.4),
methods,
reshape2,
rsconnect (>= 0.4.2),
rstan (>= 2.17.1),
stats,
shinyjs (>= 0.6.0),
Expand All @@ -50,16 +50,17 @@ 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),
rsconnect (>= 0.4.2),
rstanarm (>= 2.17.4),
testthat
Additional_repositories:
https://mc-stan.org/r-packages/
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
2 changes: 1 addition & 1 deletion R/shinystan-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/shinystan-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions vignettes/deploy_shinystan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 887cb47

Please sign in to comment.