diff --git a/.travis.yml b/.travis.yml index 2b1e2829..35bfd25a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ r_github_packages: - jimhester/covr after_success: - - Rscript -e 'covr::codecov(function_exclusions = c("launch$", "launch_shinystan_demo"), line_exclusions = list("R/zzz.R"))' \ No newline at end of file + - Rscript -e 'covr::codecov(function_exclusions = c("launch_shinystan_demo"), line_exclusions = list("R/zzz.R"))' \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 139e18e2..faa7414d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: shinystan Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for Bayesian Models -Version: 2.4.0 -Date: 2017-08-01 +Version: 2.5.0 +Date: 2018-04-29 Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"), person(family = "Stan Development Team", role = "ctb"), @@ -30,7 +30,7 @@ Depends: R (>= 3.1.0), shiny (>= 1.0.3) Imports: - bayesplot (>= 1.2.0), + bayesplot (>= 1.5.0), colourpicker, DT (>= 0.2), dygraphs (>= 1.1.1.2), @@ -41,7 +41,7 @@ Imports: methods, reshape2, rsconnect (>= 0.4.2), - rstan (>= 2.14.1), + rstan (>= 2.17.1), stats, shinyjs (>= 0.6.0), shinythemes (>= 1.0.1), @@ -53,7 +53,7 @@ Suggests: coda, knitr (>= 1.9), rmarkdown (>= 0.8.1), - rstanarm (>= 2.15.3), + rstanarm (>= 2.17.4), testthat LazyData: true VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index 0bcc5c0a..90bc2b12 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,6 @@ * Fixed problem with extracting info from fits reconstructed from CSV files (#128,#158), thanks to @martinmodrak - # shinystan 2.4.0 * `launch_shinystan` is now an S3 generic with methods. This allows developers diff --git a/README.md b/README.md index 1885cf27..eab8b9d4 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ available via the **shinystan** R package. ### Installation -* Install from CRAN: +* Install the latest release from CRAN: ```r install.packages("shinystan") ``` -* Install from GitHub (requires [devtools](https://github.com/r-lib/devtools) package): +* Install the development version from GitHub (requires [devtools](https://github.com/r-lib/devtools) package): ```r if (!require("devtools")) { diff --git a/data/eight_schools.rda b/data/eight_schools.rda index 7c5353c6..38bff638 100644 Binary files a/data/eight_schools.rda and b/data/eight_schools.rda differ diff --git a/inst/CITATION b/inst/CITATION deleted file mode 100644 index 319a819f..00000000 --- a/inst/CITATION +++ /dev/null @@ -1,13 +0,0 @@ -citHeader("To cite shinystan in publications use:") - -citEntry(entry = "Misc", - title = "shinystan: Interactive Visual and Numerical Diagnostics and Posterior Analysis for Bayesian Models.", - author = person(given = "Stan Development Team"), - year = "2017", - note = "R package version 2.4.0", - url = "http://mc-stan.org/", - textVersion = - paste("Stan Development Team (2017).", - title = "shinystan: Interactive Visual and Numerical Diagnostics and Posterior Analysis for {Bayesian} Models. R package version 2.4.0.", - "http://mc-stan.org/.") -) diff --git a/inst/ShinyStan/ui_files/pp_about.R b/inst/ShinyStan/ui_files/pp_about.R index 70352e38..ace56b14 100644 --- a/inst/ShinyStan/ui_files/pp_about.R +++ b/inst/ShinyStan/ui_files/pp_about.R @@ -4,14 +4,8 @@ div( p( strong("The idea behind posterior predictive checking is simple:") ), - p( - style = "text-indent: 10px", - em("If our model is a good fit then we should be able to use it to generate") - ), - p( - style = "text-indent: 10px", - em("data that looks a lot like the data we observed.") - ), + p(em("If our model is a good fit then we should be able to use it to generate")), + p(em("data that looks a lot like the data we observed.")), br(), p( "To generate this 'replicated' data we use the",