Skip to content

Commit

Permalink
Fix noSuggests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 18, 2023
1 parent f40c7db commit 6002123
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/data_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ data_plot <- function(x, ...) {
#' information to the plot.
#'
#' @inheritParams data_plot
#' @examples
#' @examplesIf require("rstanarm", quietly = TRUE)
#' \donttest{
#' library(rstanarm)
#' library(bayestestR)
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
2 changes: 2 additions & 0 deletions man/add_plot_attributes.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 6002123

Please sign in to comment.