From f40c7dbe58bf052de8a999190a509e5705e90544 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 18 Sep 2023 12:13:16 +0200 Subject: [PATCH] dontrun -> donttest --- R/data_plot.R | 2 +- R/plot.parameters_brms_meta.R | 2 +- man/add_plot_attributes.Rd | 2 +- man/plot.see_parameters_brms_meta.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/data_plot.R b/R/data_plot.R index eb4a8e9ff..bcd213974 100644 --- a/R/data_plot.R +++ b/R/data_plot.R @@ -98,7 +98,7 @@ data_plot <- function(x, ...) { #' #' @inheritParams data_plot #' @examples -#' \dontrun{ +#' \donttest{ #' library(rstanarm) #' library(bayestestR) #' library(see) diff --git a/R/plot.parameters_brms_meta.R b/R/plot.parameters_brms_meta.R index 6f1c15f4f..7638c9e39 100644 --- a/R/plot.parameters_brms_meta.R +++ b/R/plot.parameters_brms_meta.R @@ -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) diff --git a/man/add_plot_attributes.Rd b/man/add_plot_attributes.Rd index 1c6693ed9..fcf2932e0 100644 --- a/man/add_plot_attributes.Rd +++ b/man/add_plot_attributes.Rd @@ -15,7 +15,7 @@ labels, etc.) as attributes, while \code{add_plot_attributes()} adds this information to the plot. } \examples{ -\dontrun{ +\donttest{ library(rstanarm) library(bayestestR) library(see) diff --git a/man/plot.see_parameters_brms_meta.Rd b/man/plot.see_parameters_brms_meta.Rd index 7add95b5b..31690583a 100644 --- a/man/plot.see_parameters_brms_meta.Rd +++ b/man/plot.see_parameters_brms_meta.Rd @@ -62,7 +62,7 @@ output of estimates and credible intervals. } \examples{ \dontshow{if (require("brms") && require("metafor")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} -\dontrun{ +\donttest{ library(parameters) library(brms) library(metafor)