Skip to content

Commit 2b084f0

Browse files
committed
try fixing winbuilder errors
1 parent ec584be commit 2b084f0

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.7.1
5-
Date: 2019-11-25
5+
Date: 2019-11-28
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"),
77
person("Tristan", "Mahr", role = "aut"),
88
person("Paul-Christian", "Bürkner", role = "ctb"),

R/mcmc-intervals.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#' color_scheme_set("brightblue")
6161
#' mcmc_intervals(x)
6262
#' mcmc_intervals(x, pars = c("beta[1]", "beta[2]"))
63-
#' mcmc_areas(x, regex_pars = "beta\\[[1-3]", prob = 0.8) +
63+
#' mcmc_areas(x, regex_pars = "beta\\[[1-3]\\]", prob = 0.8) +
6464
#' ggplot2::labs(
6565
#' title = "Posterior distributions",
6666
#' subtitle = "with medians and 80% intervals"

R/ppc-overview.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,28 @@
6464
#' @section PPC plotting functions: The plotting functions for prior and
6565
#' posterior predictive checking are organized into several categories, each
6666
#' with its own documentation:
67-
#' * [__Distributions__][PPC-distributions]: Histograms, kernel density
67+
#' * [Distributions][PPC-distributions]: Histograms, kernel density
6868
#' estimates, boxplots, and other plots comparing the empirical distribution
6969
#' of data `y` to the distributions of individual simulated datasets (rows)
7070
#' in `yrep`.
71-
#' * [__Statistics__][PPC-test-statistics]: The distribution of a statistic,
71+
#' * [Statistics][PPC-test-statistics]: The distribution of a statistic,
7272
#' or a pair of statistics, over the simulated datasets (rows) in `yrep`
7373
#' compared to value of the statistic(s) computed from `y`.
74-
#' * [__Intervals__][PPC-intervals]: Interval estimates of `yrep` with `y`
74+
#' * [Intervals][PPC-intervals]: Interval estimates of `yrep` with `y`
7575
#' overlaid. The x-axis variable can be optionally specified by the user
7676
#' (e.g. to plot against a predictor variable or over time).
77-
#' * [__Predictive errors__][PPC-errors]: Plots of predictive errors
77+
#' * [Predictive errors][PPC-errors]: Plots of predictive errors
7878
#' (`y - yrep`) computed from `y` and each of the simulated datasets (rows)
7979
#' in `yrep`. For binomial models binned error plots are also available.
80-
#' * [__Scatterplots__][PPC-scatterplots]: Scatterplots (and similar
80+
#' * [Scatterplots][PPC-scatterplots]: Scatterplots (and similar
8181
#' visualizations) of the data `y` vs. individual simulated datasets
8282
#' (rows) in `yrep`, or vs. the average value of the distributions of each
8383
#' data point (columns) in `yrep`.
84-
#' * [__Plots for discrete outcomes__][PPC-discrete]: PPC functions that can
84+
#' * [Plots for discrete outcomes][PPC-discrete]: PPC functions that can
8585
#' only be used if `y` and `yrep` are discrete. For example, rootograms for
8686
#' count outcomes and bar plots for ordinal, categorical, and
8787
#' multinomial outcomes.
88-
#' * [__LOO predictive checks__][PPC-loo]: PPC functions for predictive checks
88+
#' * [LOO predictive checks][PPC-loo]: PPC functions for predictive checks
8989
#' based on (approximate) leave-one-out (LOO) cross-validation.
9090
#'
9191
#' @section Providing an interface for predictive checking from another package:

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bibentry(bibtype = "Misc",
88
),
99
year = year,
1010
note = note,
11-
url = c("mc-stan.org/bayesplot"),
11+
url = c("https://mc-stan.org/bayesplot"),
1212
header = "To cite the bayesplot R package:"
1313
)
1414

@@ -25,5 +25,5 @@ bibentry(bibtype = "Article",
2525
issue = 2,
2626
pages = "389-402",
2727
doi = "10.1111/rssa.12378",
28-
header = "To cite the 'Visualization in Bayesian workflow' paper:"
28+
header = "To cite the bayesplot paper 'Visualization in Bayesian workflow':"
2929
)

man/MCMC-intervals.Rd

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

man/PPC-overview.Rd

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

0 commit comments

Comments
 (0)