From 33f2309b98bff88ebf438e10eb71502c6fbbcccc Mon Sep 17 00:00:00 2001 From: jgabry Date: Wed, 22 May 2019 14:53:21 -0400 Subject: [PATCH] bump version numbers --- .Rbuildignore | 1 + DESCRIPTION | 15 ++++++++------- NEWS.md | 9 ++++----- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8ab6f9b1..afdadf91 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ LICENSE man-roxygen/* images/* book/* +docs/* diff --git a/DESCRIPTION b/DESCRIPTION index 53285efd..7fb6c84c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,20 @@ Package: bayesplot Type: Package Title: Plotting for Bayesian Models -Version: 1.6.0.9000 -Date: 2018-08-01 +Version: 1.7.0 +Date: 2019-05-22 Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"), person("Tristan", "Mahr", role = "aut"), person("Paul-Christian", "Bürkner", role = "ctb"), person("Martin", "Modrák", role = "ctb"), person("Malcolm", "Barrett", role = "ctb")) Maintainer: Jonah Gabry -Description: Plotting functions for posterior analysis, posterior predictive checks, - and MCMC diagnostics. The package is designed not only to provide convenient - functionality for users, but also a common set of functions that can be - easily used by developers working on a variety of R packages for Bayesian - modeling, particularly (but not exclusively) packages interfacing with 'Stan'. +Description: Plotting functions for posterior analysis, + prior and posterior predictive checks, and MCMC diagnostics. + The package is designed not only to provide convenient functionality + for users, but also a common set of functions that can be easily used by + developers working on a variety of R packages for Bayesian modeling, + particularly (but not exclusively) packages interfacing with 'Stan'. License: GPL (>= 3) LazyData: TRUE URL: https://mc-stan.org/bayesplot diff --git a/NEWS.md b/NEWS.md index 8a168c35..0631b222 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,12 @@ -# bayesplot 1.6.0.9000 +# bayesplot 1.7.0 (GitHub issue/PR numbers in parentheses) - - -* The `pars` argument of all MCMC plotting functions now supports tidy variable selection. - See `help("tidy-params", package="bayesplot")` for details and examples. (#161, #183, #188) +* The `pars` argument of all MCMC plotting functions now supports tidy variable + selection. See `help("tidy-params", package="bayesplot")` for details and + examples. (#161, #183, #188) * Two new plots have been added for inspecting the distribution of ranks. Rank histograms were introduced by the Stan team's [new paper on