diff --git a/R/tm_a_pca.R b/R/tm_a_pca.R index c6a7fb55e..e5960be33 100644 --- a/R/tm_a_pca.R +++ b/R/tm_a_pca.R @@ -45,7 +45,7 @@ #' ``` #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_a_regression.R b/R/tm_a_regression.R index b9015c585..508c04d4b 100644 --- a/R/tm_a_regression.R +++ b/R/tm_a_regression.R @@ -50,7 +50,7 @@ #' - `plot` (`ggplot2`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_data_table.R b/R/tm_data_table.R index 3cb2155a9..022026e7a 100644 --- a/R/tm_data_table.R +++ b/R/tm_data_table.R @@ -36,7 +36,7 @@ #' - `table` ([DT::datatable()]) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_g_association.R b/R/tm_g_association.R index ec4a116d3..f2c4f479e 100644 --- a/R/tm_g_association.R +++ b/R/tm_g_association.R @@ -31,7 +31,7 @@ #' - `plot` (`grob` created with [ggplot2::ggplotGrob()]) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_g_bivariate.R b/R/tm_g_bivariate.R index aaf9b9642..ae88491cc 100644 --- a/R/tm_g_bivariate.R +++ b/R/tm_g_bivariate.R @@ -53,7 +53,7 @@ #' - `plot` (`ggplot2`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_g_distribution.R b/R/tm_g_distribution.R index 8e84ed76a..1c7b5aa92 100644 --- a/R/tm_g_distribution.R +++ b/R/tm_g_distribution.R @@ -54,7 +54,7 @@ #' ``` #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_g_response.R b/R/tm_g_response.R index 85590ed9f..219463a55 100644 --- a/R/tm_g_response.R +++ b/R/tm_g_response.R @@ -46,7 +46,7 @@ #' - `plot` (`ggplot2`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_g_scatterplot.R b/R/tm_g_scatterplot.R index 28d9b0bda..eaab0e1e5 100644 --- a/R/tm_g_scatterplot.R +++ b/R/tm_g_scatterplot.R @@ -37,7 +37,7 @@ #' - `plot` (`ggplot2`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_g_scatterplotmatrix.R b/R/tm_g_scatterplotmatrix.R index ae1be8198..37c4899d7 100644 --- a/R/tm_g_scatterplotmatrix.R +++ b/R/tm_g_scatterplotmatrix.R @@ -25,7 +25,7 @@ #' - `plot` (`trellis` - output of `lattice::splom`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_missing_data.R b/R/tm_missing_data.R index f3309c802..bd49368e7 100644 --- a/R/tm_missing_data.R +++ b/R/tm_missing_data.R @@ -45,7 +45,7 @@ #' ``` #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_outliers.R b/R/tm_outliers.R index 28473f6c9..4fc3ba7b4 100644 --- a/R/tm_outliers.R +++ b/R/tm_outliers.R @@ -43,7 +43,7 @@ #' ``` #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/R/tm_t_crosstable.R b/R/tm_t_crosstable.R index 5c8621fc3..9c8737fa6 100644 --- a/R/tm_t_crosstable.R +++ b/R/tm_t_crosstable.R @@ -32,7 +32,7 @@ #' - `table` (`ElementaryTable` - output of `rtables::build_table`) #' #' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.general) diff --git a/man/tm_a_pca.Rd b/man/tm_a_pca.Rd index 101f5d6e6..99ac47867 100644 --- a/man/tm_a_pca.Rd +++ b/man/tm_a_pca.Rd @@ -116,7 +116,7 @@ See code snippet below: }\if{html}{\out{}} For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_a_regression.Rd b/man/tm_a_regression.Rd index cd4621cc6..818a0e841 100644 --- a/man/tm_a_regression.Rd +++ b/man/tm_a_regression.Rd @@ -124,7 +124,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_data_table.Rd b/man/tm_data_table.Rd index ca1db1ea6..7c9e5fe4e 100644 --- a/man/tm_data_table.Rd +++ b/man/tm_data_table.Rd @@ -77,7 +77,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_association.Rd b/man/tm_g_association.Rd index 4ca13c313..bc0e37728 100644 --- a/man/tm_g_association.Rd +++ b/man/tm_g_association.Rd @@ -84,7 +84,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_bivariate.Rd b/man/tm_g_bivariate.Rd index 177b714a1..e02d5ef16 100644 --- a/man/tm_g_bivariate.Rd +++ b/man/tm_g_bivariate.Rd @@ -131,7 +131,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_distribution.Rd b/man/tm_g_distribution.Rd index 680958fc6..9a55dbbde 100644 --- a/man/tm_g_distribution.Rd +++ b/man/tm_g_distribution.Rd @@ -107,7 +107,7 @@ See code snippet below: }\if{html}{\out{}} For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_response.Rd b/man/tm_g_response.Rd index e5454501b..c8d53f14a 100644 --- a/man/tm_g_response.Rd +++ b/man/tm_g_response.Rd @@ -112,7 +112,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_scatterplot.Rd b/man/tm_g_scatterplot.Rd index 4f90024f2..a68d7eee9 100644 --- a/man/tm_g_scatterplot.Rd +++ b/man/tm_g_scatterplot.Rd @@ -123,7 +123,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_scatterplotmatrix.Rd b/man/tm_g_scatterplotmatrix.Rd index a0af16a82..b0dcca28e 100644 --- a/man/tm_g_scatterplotmatrix.Rd +++ b/man/tm_g_scatterplotmatrix.Rd @@ -63,7 +63,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_missing_data.Rd b/man/tm_missing_data.Rd index c6cd75b96..b28eaf245 100644 --- a/man/tm_missing_data.Rd +++ b/man/tm_missing_data.Rd @@ -91,7 +91,7 @@ See code snippet below: }\if{html}{\out{}} For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_outliers.Rd b/man/tm_outliers.Rd index 106ba0ec4..473f92ac5 100644 --- a/man/tm_outliers.Rd +++ b/man/tm_outliers.Rd @@ -91,7 +91,7 @@ See code snippet below: }\if{html}{\out{}} For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_crosstable.Rd b/man/tm_t_crosstable.Rd index dc3ab1578..c8d5c7d4b 100644 --- a/man/tm_t_crosstable.Rd +++ b/man/tm_t_crosstable.Rd @@ -77,7 +77,7 @@ This module generates the following objects, which can be modified in place usin } For additional details and examples of decorators, refer to the vignette -\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[=teal_transform_module]{teal_transform_module()}} documentation. +\code{vignette("decorate-modules-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{