diff --git a/DESCRIPTION b/DESCRIPTION index 4a3ee62fc..7a348f088 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -77,6 +77,8 @@ Suggests: styler, testthat (>= 3.1.5), withr (> 2.0.1.5) +Linking: + teal.modules.general VignetteBuilder: knitr, rmarkdown diff --git a/R/tm_a_gee.R b/R/tm_a_gee.R index 0313dff61..57ff07969 100644 --- a/R/tm_a_gee.R +++ b/R/tm_a_gee.R @@ -140,8 +140,9 @@ template_a_gee <- function(output_table, #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_barchart_simple.R b/R/tm_g_barchart_simple.R index 6bfa5b655..bdc9e7380 100644 --- a/R/tm_g_barchart_simple.R +++ b/R/tm_g_barchart_simple.R @@ -21,8 +21,9 @@ #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_ci.R b/R/tm_g_ci.R index 6e6f06df5..681783d4f 100644 --- a/R/tm_g_ci.R +++ b/R/tm_g_ci.R @@ -194,8 +194,9 @@ template_g_ci <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_forest_rsp.R b/R/tm_g_forest_rsp.R index 31a0207c5..5bc4497cd 100644 --- a/R/tm_g_forest_rsp.R +++ b/R/tm_g_forest_rsp.R @@ -249,8 +249,9 @@ template_forest_rsp <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_forest_tte.R b/R/tm_g_forest_tte.R index 152efa69a..7413af4ea 100644 --- a/R/tm_g_forest_tte.R +++ b/R/tm_g_forest_tte.R @@ -249,8 +249,9 @@ template_forest_tte <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_ipp.R b/R/tm_g_ipp.R index 91fc5cafc..5e6190ad4 100644 --- a/R/tm_g_ipp.R +++ b/R/tm_g_ipp.R @@ -185,8 +185,9 @@ template_g_ipp <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_g_km.R b/R/tm_g_km.R index 9cca4e806..806933e45 100644 --- a/R/tm_g_km.R +++ b/R/tm_g_km.R @@ -276,8 +276,9 @@ template_g_km <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_g_lineplot.R b/R/tm_g_lineplot.R index 14a53dc00..7611b5418 100644 --- a/R/tm_g_lineplot.R +++ b/R/tm_g_lineplot.R @@ -220,8 +220,9 @@ template_g_lineplot <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_pp_adverse_events.R b/R/tm_g_pp_adverse_events.R index e60f6dc31..ce59c2b3b 100644 --- a/R/tm_g_pp_adverse_events.R +++ b/R/tm_g_pp_adverse_events.R @@ -206,8 +206,9 @@ template_adverse_events <- function(dataname = "ANL", #' ) #' ``` #' -#' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_pp_patient_timeline.R b/R/tm_g_pp_patient_timeline.R index 350344609..a6ceebba7 100644 --- a/R/tm_g_pp_patient_timeline.R +++ b/R/tm_g_pp_patient_timeline.R @@ -353,8 +353,9 @@ template_patient_timeline <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_g_pp_therapy.R b/R/tm_g_pp_therapy.R index c51de8ccd..49b32a17d 100644 --- a/R/tm_g_pp_therapy.R +++ b/R/tm_g_pp_therapy.R @@ -267,8 +267,9 @@ template_therapy <- function(dataname = "ANL", #' ) #' ``` #' -#' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_g_pp_vitals.R b/R/tm_g_pp_vitals.R index 02f918272..89cddfb33 100644 --- a/R/tm_g_pp_vitals.R +++ b/R/tm_g_pp_vitals.R @@ -215,8 +215,9 @@ template_vitals <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examplesShinylive diff --git a/R/tm_t_abnormality.R b/R/tm_t_abnormality.R index d8b0debd5..193903112 100644 --- a/R/tm_t_abnormality.R +++ b/R/tm_t_abnormality.R @@ -242,8 +242,9 @@ template_abnormality <- function(parentname, #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @note Patients with the same abnormality at baseline as on the treatment visit can be #' excluded in accordance with GDSR specifications by using `exclude_base_abn`. diff --git a/R/tm_t_abnormality_by_worst_grade.R b/R/tm_t_abnormality_by_worst_grade.R index 2aa6a2805..2f19355db 100644 --- a/R/tm_t_abnormality_by_worst_grade.R +++ b/R/tm_t_abnormality_by_worst_grade.R @@ -254,8 +254,9 @@ template_abnormality_by_worst_grade <- function(parentname, # nolint: object_len #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @export #' diff --git a/R/tm_t_ancova.R b/R/tm_t_ancova.R index a9051599b..e1224d2ef 100644 --- a/R/tm_t_ancova.R +++ b/R/tm_t_ancova.R @@ -430,8 +430,9 @@ template_ancova <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @details #' When a single endpoint is selected, both unadjusted and adjusted comparison are provided. This modules diff --git a/R/tm_t_binary_outcome.R b/R/tm_t_binary_outcome.R index 6b8fea079..b845bcf4b 100644 --- a/R/tm_t_binary_outcome.R +++ b/R/tm_t_binary_outcome.R @@ -356,8 +356,9 @@ template_binary_outcome <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_coxreg.R b/R/tm_t_coxreg.R index d42f1f3b8..c88143942 100644 --- a/R/tm_t_coxreg.R +++ b/R/tm_t_coxreg.R @@ -366,8 +366,9 @@ template_coxreg_m <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_events.R b/R/tm_t_events.R index 2283a6f71..49f5d0165 100644 --- a/R/tm_t_events.R +++ b/R/tm_t_events.R @@ -467,8 +467,9 @@ template_events <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_events_by_grade.R b/R/tm_t_events_by_grade.R index d801f6f3a..29ce7a98b 100644 --- a/R/tm_t_events_by_grade.R +++ b/R/tm_t_events_by_grade.R @@ -786,8 +786,9 @@ template_events_col_by_grade <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @export #' diff --git a/R/tm_t_events_patyear.R b/R/tm_t_events_patyear.R index 620b0f8da..2be3650ea 100644 --- a/R/tm_t_events_patyear.R +++ b/R/tm_t_events_patyear.R @@ -198,8 +198,9 @@ template_events_patyear <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' #' @examples diff --git a/R/tm_t_events_summary.R b/R/tm_t_events_summary.R index 5de732c9a..97a7650bf 100644 --- a/R/tm_t_events_summary.R +++ b/R/tm_t_events_summary.R @@ -528,8 +528,9 @@ template_events_summary <- function(anl_name, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_exposure.R b/R/tm_t_exposure.R index 35b28ccb5..558c6a485 100644 --- a/R/tm_t_exposure.R +++ b/R/tm_t_exposure.R @@ -232,8 +232,9 @@ template_exposure <- function(parentname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` as created from `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_logistic.R b/R/tm_t_logistic.R index d7ac1a23f..2e8e4811c 100644 --- a/R/tm_t_logistic.R +++ b/R/tm_t_logistic.R @@ -227,8 +227,9 @@ template_logistic <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_mult_events.R b/R/tm_t_mult_events.R index 65aad7b65..7e9954a13 100644 --- a/R/tm_t_mult_events.R +++ b/R/tm_t_mult_events.R @@ -290,8 +290,9 @@ template_mult_events <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_pp_basic_info.R b/R/tm_t_pp_basic_info.R index 3d8ff9cb9..02ae725d0 100644 --- a/R/tm_t_pp_basic_info.R +++ b/R/tm_t_pp_basic_info.R @@ -70,8 +70,9 @@ template_basic_info <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`listing_df` - output of `rlistings::as_listing`) #' -#' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_pp_laboratory.R b/R/tm_t_pp_laboratory.R index 8ff251a27..3b8731b96 100644 --- a/R/tm_t_pp_laboratory.R +++ b/R/tm_t_pp_laboratory.R @@ -159,8 +159,9 @@ template_laboratory <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`listing_df` - output of `rlistings::as_listing`) #' -#' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_pp_medical_history.R b/R/tm_t_pp_medical_history.R index 243e25273..d3649e798 100644 --- a/R/tm_t_pp_medical_history.R +++ b/R/tm_t_pp_medical_history.R @@ -92,8 +92,9 @@ template_medical_history <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_pp_prior_medication.R b/R/tm_t_pp_prior_medication.R index b7bcb573e..4e04692d3 100644 --- a/R/tm_t_pp_prior_medication.R +++ b/R/tm_t_pp_prior_medication.R @@ -74,8 +74,9 @@ template_prior_medication <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`listing_df` - output of `rlistings::as_listing`) #' -#' For additional details and examples of decorators, refer to the vignette -#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_shift_by_arm.R b/R/tm_t_shift_by_arm.R index 92119e942..e788688b5 100644 --- a/R/tm_t_shift_by_arm.R +++ b/R/tm_t_shift_by_arm.R @@ -196,8 +196,9 @@ template_shift_by_arm <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_shift_by_arm_by_worst.R b/R/tm_t_shift_by_arm_by_worst.R index ea2be9bcc..ac3e447bf 100644 --- a/R/tm_t_shift_by_arm_by_worst.R +++ b/R/tm_t_shift_by_arm_by_worst.R @@ -202,8 +202,9 @@ template_shift_by_arm_by_worst <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_shift_by_grade.R b/R/tm_t_shift_by_grade.R index b8512dfcb..790d45c6c 100644 --- a/R/tm_t_shift_by_grade.R +++ b/R/tm_t_shift_by_grade.R @@ -477,8 +477,9 @@ template_shift_by_grade <- function(parentname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_smq.R b/R/tm_t_smq.R index 9b4a9aeca..490b72128 100644 --- a/R/tm_t_smq.R +++ b/R/tm_t_smq.R @@ -321,8 +321,9 @@ template_smq <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_summary.R b/R/tm_t_summary.R index b92cfdaa6..a3b810b74 100644 --- a/R/tm_t_summary.R +++ b/R/tm_t_summary.R @@ -228,8 +228,9 @@ template_summary <- function(dataname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_summary_by.R b/R/tm_t_summary_by.R index ba17f3098..e20968e22 100644 --- a/R/tm_t_summary_by.R +++ b/R/tm_t_summary_by.R @@ -325,8 +325,9 @@ template_summary_by <- function(parentname, #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @examplesShinylive #' library(teal.modules.clinical) diff --git a/R/tm_t_tte.R b/R/tm_t_tte.R index 3c1944257..2f83da14e 100644 --- a/R/tm_t_tte.R +++ b/R/tm_t_tte.R @@ -393,8 +393,9 @@ template_tte <- function(dataname = "ANL", #' This module generates the following objects, which can be modified in place using decorators: #' - `table` (`TableTree` - 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. +#' For additional details and examples of decorators, refer to the vignettes: +#' `vignette("decorate-module-output, package = "teal.modules.general")`, +#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation. #' #' @details #' * The core functionality of this module is based on [tern::coxph_pairwise()], [tern::surv_timepoint()], diff --git a/man/tm_a_gee.Rd b/man/tm_a_gee.Rd index 9f5cb2df2..915f68181 100644 --- a/man/tm_a_gee.Rd +++ b/man/tm_a_gee.Rd @@ -98,8 +98,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{ElementaryTable} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_barchart_simple.Rd b/man/tm_g_barchart_simple.Rd index c72dbceac..dabdb74af 100644 --- a/man/tm_g_barchart_simple.Rd +++ b/man/tm_g_barchart_simple.Rd @@ -80,8 +80,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_ci.Rd b/man/tm_g_ci.Rd index 1c8ef2a5f..8dd2d1c1e 100644 --- a/man/tm_g_ci.Rd +++ b/man/tm_g_ci.Rd @@ -79,8 +79,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_forest_rsp.Rd b/man/tm_g_forest_rsp.Rd index a02fe8e68..390b268d3 100644 --- a/man/tm_g_forest_rsp.Rd +++ b/man/tm_g_forest_rsp.Rd @@ -142,8 +142,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_forest_tte.Rd b/man/tm_g_forest_tte.Rd index 9de5a65b1..3d71dfdb0 100644 --- a/man/tm_g_forest_tte.Rd +++ b/man/tm_g_forest_tte.Rd @@ -143,8 +143,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_ipp.Rd b/man/tm_g_ipp.Rd index e15c4557e..e8e09f09f 100644 --- a/man/tm_g_ipp.Rd +++ b/man/tm_g_ipp.Rd @@ -122,8 +122,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_km.Rd b/man/tm_g_km.Rd index 92864cbcf..e9599c766 100644 --- a/man/tm_g_km.Rd +++ b/man/tm_g_km.Rd @@ -130,8 +130,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_lineplot.Rd b/man/tm_g_lineplot.Rd index d759357d8..477fd3af3 100644 --- a/man/tm_g_lineplot.Rd +++ b/man/tm_g_lineplot.Rd @@ -135,8 +135,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_pp_adverse_events.Rd b/man/tm_g_pp_adverse_events.Rd index 1395fa2b5..fdc4ce606 100644 --- a/man/tm_g_pp_adverse_events.Rd +++ b/man/tm_g_pp_adverse_events.Rd @@ -117,8 +117,9 @@ 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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_pp_patient_timeline.Rd b/man/tm_g_pp_patient_timeline.Rd index cac30859d..acb98810b 100644 --- a/man/tm_g_pp_patient_timeline.Rd +++ b/man/tm_g_pp_patient_timeline.Rd @@ -116,8 +116,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_pp_therapy.Rd b/man/tm_g_pp_therapy.Rd index cce5e7c2d..54ee989fd 100644 --- a/man/tm_g_pp_therapy.Rd +++ b/man/tm_g_pp_therapy.Rd @@ -129,8 +129,9 @@ 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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_g_pp_vitals.Rd b/man/tm_g_pp_vitals.Rd index 71fb6c4fd..e0fa4962f 100644 --- a/man/tm_g_pp_vitals.Rd +++ b/man/tm_g_pp_vitals.Rd @@ -92,8 +92,9 @@ This module generates the following objects, which can be modified in place usin \item \code{plot} (\code{ggplot2}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_abnormality.Rd b/man/tm_t_abnormality.Rd index 063fd9f28..14b8add7f 100644 --- a/man/tm_t_abnormality.Rd +++ b/man/tm_t_abnormality.Rd @@ -122,8 +122,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{ElementaryTable} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_abnormality_by_worst_grade.Rd b/man/tm_t_abnormality_by_worst_grade.Rd index 77f01639a..c3703101c 100644 --- a/man/tm_t_abnormality_by_worst_grade.Rd +++ b/man/tm_t_abnormality_by_worst_grade.Rd @@ -112,8 +112,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{ElementaryTable} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_ancova.Rd b/man/tm_t_ancova.Rd index e2b33cbf8..ba20dee22 100644 --- a/man/tm_t_ancova.Rd +++ b/man/tm_t_ancova.Rd @@ -116,8 +116,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{ElementaryTable} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_binary_outcome.Rd b/man/tm_t_binary_outcome.Rd index ef34ec49d..cc09b8954 100644 --- a/man/tm_t_binary_outcome.Rd +++ b/man/tm_t_binary_outcome.Rd @@ -142,8 +142,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_coxreg.Rd b/man/tm_t_coxreg.Rd index e7da41115..93c4c9dea 100644 --- a/man/tm_t_coxreg.Rd +++ b/man/tm_t_coxreg.Rd @@ -135,8 +135,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_events.Rd b/man/tm_t_events.Rd index 59ba5d269..106544d47 100644 --- a/man/tm_t_events.Rd +++ b/man/tm_t_events.Rd @@ -117,8 +117,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_events_by_grade.Rd b/man/tm_t_events_by_grade.Rd index 6c5a50cbb..0c39034e2 100644 --- a/man/tm_t_events_by_grade.Rd +++ b/man/tm_t_events_by_grade.Rd @@ -109,8 +109,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_events_patyear.Rd b/man/tm_t_events_patyear.Rd index 1b0a86670..28f3818d6 100644 --- a/man/tm_t_events_patyear.Rd +++ b/man/tm_t_events_patyear.Rd @@ -109,8 +109,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_events_summary.Rd b/man/tm_t_events_summary.Rd index 8b33ea36b..ea4b2ceac 100644 --- a/man/tm_t_events_summary.Rd +++ b/man/tm_t_events_summary.Rd @@ -134,8 +134,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_exposure.Rd b/man/tm_t_exposure.Rd index e2f09da75..2daabe454 100644 --- a/man/tm_t_exposure.Rd +++ b/man/tm_t_exposure.Rd @@ -120,8 +120,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} as created from \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_logistic.Rd b/man/tm_t_logistic.Rd index dae959c3a..7f29fa58f 100644 --- a/man/tm_t_logistic.Rd +++ b/man/tm_t_logistic.Rd @@ -93,8 +93,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{ElementaryTable} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_mult_events.Rd b/man/tm_t_mult_events.Rd index fb396ecf6..c8fa2b4bc 100644 --- a/man/tm_t_mult_events.Rd +++ b/man/tm_t_mult_events.Rd @@ -105,8 +105,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_pp_basic_info.Rd b/man/tm_t_pp_basic_info.Rd index 758d30700..9ae513306 100644 --- a/man/tm_t_pp_basic_info.Rd +++ b/man/tm_t_pp_basic_info.Rd @@ -57,8 +57,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{listing_df} - output of \code{rlistings::as_listing}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_pp_laboratory.Rd b/man/tm_t_pp_laboratory.Rd index d7aff7672..d085c2d13 100644 --- a/man/tm_t_pp_laboratory.Rd +++ b/man/tm_t_pp_laboratory.Rd @@ -87,8 +87,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{listing_df} - output of \code{rlistings::as_listing}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_pp_medical_history.Rd b/man/tm_t_pp_medical_history.Rd index 09bb54771..169274741 100644 --- a/man/tm_t_pp_medical_history.Rd +++ b/man/tm_t_pp_medical_history.Rd @@ -68,8 +68,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_pp_prior_medication.Rd b/man/tm_t_pp_prior_medication.Rd index f704572c0..05a359f9f 100644 --- a/man/tm_t_pp_prior_medication.Rd +++ b/man/tm_t_pp_prior_medication.Rd @@ -72,8 +72,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{listing_df} - output of \code{rlistings::as_listing}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_shift_by_arm.Rd b/man/tm_t_shift_by_arm.Rd index 2a5135b02..3ab03b1a1 100644 --- a/man/tm_t_shift_by_arm.Rd +++ b/man/tm_t_shift_by_arm.Rd @@ -111,8 +111,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_shift_by_arm_by_worst.Rd b/man/tm_t_shift_by_arm_by_worst.Rd index 9cf37ca16..af81320b1 100644 --- a/man/tm_t_shift_by_arm_by_worst.Rd +++ b/man/tm_t_shift_by_arm_by_worst.Rd @@ -112,8 +112,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_shift_by_grade.Rd b/man/tm_t_shift_by_grade.Rd index d22b2ee27..9a91e02a9 100644 --- a/man/tm_t_shift_by_grade.Rd +++ b/man/tm_t_shift_by_grade.Rd @@ -126,8 +126,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_smq.Rd b/man/tm_t_smq.Rd index df75bf2e4..893a2e754 100644 --- a/man/tm_t_smq.Rd +++ b/man/tm_t_smq.Rd @@ -111,8 +111,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_summary.Rd b/man/tm_t_summary.Rd index 87cbb1298..3d8200443 100644 --- a/man/tm_t_summary.Rd +++ b/man/tm_t_summary.Rd @@ -107,8 +107,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_summary_by.Rd b/man/tm_t_summary_by.Rd index 24a7f0253..17bc91e9b 100644 --- a/man/tm_t_summary_by.Rd +++ b/man/tm_t_summary_by.Rd @@ -127,8 +127,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{ diff --git a/man/tm_t_tte.Rd b/man/tm_t_tte.Rd index 0b24ea46c..5b721dcd5 100644 --- a/man/tm_t_tte.Rd +++ b/man/tm_t_tte.Rd @@ -142,8 +142,9 @@ This module generates the following objects, which can be modified in place usin \item \code{table} (\code{TableTree} - output of \code{rtables::build_table}) } -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. +For additional details and examples of decorators, refer to the vignettes: +\verb{vignette("decorate-module-output, package = "teal.modules.general")}, +\code{vignette("transform-module-output", package = "teal")} or the \code{\link[teal:teal_transform_module]{teal::teal_transform_module()}} documentation. } \examples{