Skip to content

Commit 5976034

Browse files
committed
Minor doc cleaning
[ci skip]
1 parent d1cd48c commit 5976034

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
44
Version: 1.3.0
5-
Date: 2017-08-05
5+
Date: 2017-08-07
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
77
person("Paul-Christian", "Buerkner", role = "ctb"))
88
Maintainer: Jonah Gabry <[email protected]>
@@ -27,7 +27,7 @@ Imports:
2727
Suggests:
2828
arm,
2929
gridExtra (>= 2.2.1),
30-
knitr (>= 1.14),
30+
knitr (>= 1.16),
3131
loo (>= 1.1.0),
3232
rmarkdown (>= 1.0.0),
3333
rstan (>= 2.14.1),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bayesplot 1.3.0
22

3+
(GitHub issue/PR numbers in parentheses)
4+
35
* `bayesplot::theme_default` is now set as the default ggplot2 plotting theme
46
when **bayesplot** is loaded, which makes changing the default theme using
57
`ggplot2::theme_set` possible. Thanks to @gavinsimpson. (#87)

R/mcmc-intervals.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Plot interval estimates from MCMC draws
22
#'
3-
#' Plot central (quantile-based) interval estimates from MCMC draws. See the
4-
#' \strong{Plot Descriptions} section, below, for details.
3+
#' Plot central (quantile-based) posterior interval estimates from MCMC draws.
4+
#' See the \strong{Plot Descriptions} section, below, for details.
55
#'
66
#' @name MCMC-intervals
77
#' @family MCMC

man/MCMC-intervals.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)