Skip to content

Commit

Permalink
Merge branch 'main' into change-to-mit
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 18, 2023
2 parents 902c5cf + 6002123 commit 15116c1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions R/data_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ data_plot <- function(x, ...) {
#' information to the plot.
#'
#' @inheritParams data_plot
#' @examples
#' \dontrun{
#' @examplesIf require("rstanarm", quietly = TRUE)
#' \donttest{
#' library(rstanarm)
#' library(bayestestR)
#' library(see)
Expand Down
2 changes: 1 addition & 1 deletion R/plot.parameters_brms_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ data_plot.parameters_brms_meta <- function(x, data = NULL, normalize_height = TR
#' }
#'
#' @examplesIf require("brms") && require("metafor")
#' \dontrun{
#' \donttest{
#' library(parameters)
#' library(brms)
#' library(metafor)
Expand Down
7 changes: 5 additions & 2 deletions R/plots.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#' Multiple plots side by side
#'
#' A wrapper around *patchwork* to plot multiple figures side by side on
#' the same page. See [the *patchwork* documentation](https://patchwork.data-imaginist.com/articles/patchwork.html)
#' the same page.
#'
#' See [the *patchwork* documentation](https://patchwork.data-imaginist.com/articles/patchwork.html)
#' for more advanced control of plot layouts.
#'
#' @param ... Multiple `ggplot`s or a list containing `ggplot` objects
Expand Down Expand Up @@ -29,7 +31,8 @@
#' @param theme A ggplot theme specification to use for the plot. Only elements
#' related to titles, caption, and tags, as well as plot margin and
#' background, are used.
#' @examplesIf requireNamespace("patchwork", quietly = TRUE)
#'
#' @examplesIf require("patchwork", quietly = TRUE)
#' library(ggplot2)
#' library(see)
#'
Expand Down
4 changes: 3 additions & 1 deletion man/add_plot_attributes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plot.see_parameters_brms_meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions man/plots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15116c1

Please sign in to comment.