Skip to content

Commit d88bf97

Browse files
committed
update paper citation after publication, regenerate doc
1 parent db2e4fc commit d88bf97

27 files changed

+168
-96
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ Suggests:
4242
shinystan (>= 2.3.0),
4343
testthat (>= 2.0.0),
4444
vdiffr
45-
RoxygenNote: 6.1.0
45+
RoxygenNote: 6.1.1
4646
VignetteBuilder: knitr
4747
Encoding: UTF-8

R/ppc-loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#' The calibration of marginal predictions can be assessed using probability
2828
#' integral transformation (PIT) checks. LOO improves the check by avoiding the
2929
#' double use of data. See the section on marginal predictive checks in Gelman
30-
#' et al. (2013, p. 152--153) and section 5 of Gabry et al. (2018) for an
30+
#' et al. (2013, p. 152--153) and section 5 of Gabry et al. (2019) for an
3131
#' example of using \pkg{bayesplot} for these checks.
3232
#'
3333
#' The LOO PIT values are asymptotically uniform (for continuous data) if the

inst/CITATION

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
year <- sub("-.*", "", meta$Date)
2+
note <- sprintf("R package version %s", meta$Version)
3+
4+
bibentry(bibtype = "Misc",
5+
title = "bayesplot: Plotting for Bayesian Models",
6+
author = c(person("Jonah", "Gabry"),
7+
person("Tristan", "Mahr")
8+
),
9+
year = year,
10+
note = note,
11+
url = c("mc-stan.org/bayesplot, CRAN.R-project.org/package=loo"),
12+
header = "To cite the bayesplot R package:"
13+
)
14+
15+
bibentry(bibtype = "Article",
16+
title = "Visualization in Bayesian workflow",
17+
author = c(person("Jonah", "Gabry"),
18+
person("Daniel", "Simpson"),
19+
person("Aki", "Vehtari"),
20+
person("Michael", "Betancourt"),
21+
person("Andrew", "Gelman")),
22+
year = "2019",
23+
journal = "J. R. Stat. Soc. A",
24+
volume = 182,
25+
issue = 2,
26+
pages = "389-402",
27+
doi = "10.1111/rssa.12378",
28+
header = "To cite the 'Visualization in Bayesian workflow' paper:"
29+
)

man-roxygen/reference-vis-paper.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#' @references Gabry, J., Simpson, D., Vehtari, A., Betancourt, M., and Gelman,
2-
#' A. (2018). Visualization in Bayesian workflow. \emph{Journal of the Royal
3-
#' Statistical Society Series A}, accepted for publication. arXiv preprint:
4-
#' \url{http://arxiv.org/abs/1709.01449}.
1+
#' @references Gabry, J. , Simpson, D. , Vehtari, A. , Betancourt, M. and
2+
#' Gelman, A. (2019), Visualization in Bayesian workflow. \emph{J. R. Stat.
3+
#' Soc. A}, 182: 389-402. doi:10.1111/rssa.12378,
4+
#' (\href{https://rss.onlinelibrary.wiley.com/doi/full/10.1111/rssa.12378}{journal},
5+
#' \href{https://arxiv.org/abs/1709.01449}{arXiv preprint})

man/MCMC-combos.Rd

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

man/MCMC-diagnostics.Rd

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

man/MCMC-distributions.Rd

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

man/MCMC-intervals.Rd

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

man/MCMC-nuts.Rd

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

man/MCMC-overview.Rd

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

0 commit comments

Comments
 (0)