Skip to content

Commit f41f928

Browse files
committed
fix R cmd check NOTE
1 parent a61753f commit f41f928

11 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Suggests:
5555
survival,
5656
testthat (>= 2.0.0),
5757
vdiffr (>= 1.0.2)
58-
RoxygenNote: 7.3.1
58+
RoxygenNote: 7.3.2
5959
VignetteBuilder: knitr
6060
Encoding: UTF-8
6161
Roxygen: list(markdown = TRUE)

R/mcmc-scatterplots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ mcmc_hex <- function(x,
212212
#' `alpha`.
213213
#' @param grid_args,save_gg_objects For `mcmc_pairs()`, arguments to pass to
214214
#' [bayesplot_grid()]. For example, since `mcmc_pairs()` returns
215-
#' more than a single ggplot object, using [ggtitle()] afterwards
215+
#' more than a single ggplot object, using `ggtitle()` afterwards
216216
#' will not work. But you you can still add a title to the plot using
217217
#' `grid_args = list(top="My title")`.
218218
#'

man-roxygen/args-mcmc-x.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @param x An object containing MCMC draws:
22
#' * A 3-D array, matrix, list of matrices, or data frame. The [MCMC-overview]
33
#' page provides details on how to specify each these.
4-
#' * A `draws` object from the \pkg{\link{posterior}} package (e.g.,
4+
#' * A `draws` object from the \pkg{posterior} package (e.g.,
55
#' `draws_array`, `draws_rvars`, etc.).
66
#' * An object with an `as.array()` method that returns the same kind of 3-D
77
#' array described on the [MCMC-overview] page.

man/MCMC-combos.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/MCMC-diagnostics.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/MCMC-distributions.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/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/MCMC-parcoord.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/MCMC-recover.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/MCMC-scatterplots.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)