diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 334a8166..6bb0895c 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -81,6 +81,7 @@ jobs: insightsengineering/teal insightsengineering/teal.transform insightsengineering/teal.code + insightsengineering/teal.slice insightsengineering/teal.logger insightsengineering/teal.reporter insightsengineering/teal.widgets diff --git a/R/tm_g_gh_boxplot.R b/R/tm_g_gh_boxplot.R index b28b8c7a..c44180ef 100644 --- a/R/tm_g_gh_boxplot.R +++ b/R/tm_g_gh_boxplot.R @@ -45,7 +45,7 @@ #' #' @export #' -#' @examples +#' @examplesIf require("nestcolor") #' # Example using ADaM structure analysis dataset. #' data <- teal_data() #' data <- within(data, { diff --git a/R/tm_g_gh_lineplot.R b/R/tm_g_gh_lineplot.R index de0c0e46..6639250e 100644 --- a/R/tm_g_gh_lineplot.R +++ b/R/tm_g_gh_lineplot.R @@ -51,7 +51,7 @@ #' #' @export #' -#' @examples +#' @examplesIf require("nestcolor") #' # Example using ADaM structure analysis dataset. #' data <- teal_data() #' data <- within(data, { diff --git a/man/tm_g_gh_boxplot.Rd b/man/tm_g_gh_boxplot.Rd index 8c22d20f..ae3d097e 100644 --- a/man/tm_g_gh_boxplot.Rd +++ b/man/tm_g_gh_boxplot.Rd @@ -104,6 +104,7 @@ This teal module renders the UI and calls the functions that create a box plot a summary table. } \examples{ +\dontshow{if (require("nestcolor")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Example using ADaM structure analysis dataset. data <- teal_data() data <- within(data, { @@ -203,7 +204,7 @@ app <- init( if (interactive()) { shinyApp(app$ui, app$server) } - +\dontshow{\}) # examplesIf} } \author{ Jeff Tomlinson (tomlinsj) jeffrey.tomlinson@roche.com diff --git a/man/tm_g_gh_lineplot.Rd b/man/tm_g_gh_lineplot.Rd index 881bc6df..c307d9b6 100644 --- a/man/tm_g_gh_lineplot.Rd +++ b/man/tm_g_gh_lineplot.Rd @@ -123,6 +123,7 @@ of the relative plot height slider} This teal module renders the UI and calls the function that creates a line plot. } \examples{ +\dontshow{if (require("nestcolor")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Example using ADaM structure analysis dataset. data <- teal_data() data <- within(data, { @@ -194,7 +195,7 @@ app <- init( if (interactive()) { shinyApp(app$ui, app$server) } - +\dontshow{\}) # examplesIf} } \author{ Wenyi Liu (luiw2) wenyi.liu@roche.com