Skip to content

Commit 6c723aa

Browse files
committed
docs: refer to the decorate-module-output from teal and rename vignette
1 parent d05780e commit 6c723aa

23 files changed

+46
-46
lines changed

R/tm_a_pca.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
#' ```
4545
#'
4646
#' For additional details and examples of decorators, refer to the vignettes:
47-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
48-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
47+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
48+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4949
#'
5050
#' @examplesShinylive
5151
#' library(teal.modules.general)

R/tm_a_regression.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#' - `plot` (`ggplot2`)
5050
#'
5151
#' For additional details and examples of decorators, refer to the vignettes:
52-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
53-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
52+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
53+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5454
#'
5555
#' @examplesShinylive
5656
#' library(teal.modules.general)

R/tm_g_association.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#' - `plot` (`grob` created with [ggplot2::ggplotGrob()])
3131
#'
3232
#' For additional details and examples of decorators, refer to the vignettes:
33-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
34-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
33+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
34+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
3535
#'
3636
#' @examplesShinylive
3737
#' library(teal.modules.general)

R/tm_g_bivariate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
#' - `plot` (`ggplot2`)
5353
#'
5454
#' For additional details and examples of decorators, refer to the vignettes:
55-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
56-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
55+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
56+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5757
#'
5858
#'
5959
#' @examplesShinylive

R/tm_g_distribution.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
#' ```
5454
#'
5555
#' For additional details and examples of decorators, refer to the vignettes:
56-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
57-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
56+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
57+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5858
#'
5959
#' @examplesShinylive
6060
#' library(teal.modules.general)

R/tm_g_response.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
#' - `plot` (`ggplot2`)
4646
#'
4747
#' For additional details and examples of decorators, refer to the vignettes:
48-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
49-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
48+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
49+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5050
#'
5151
#' @examplesShinylive
5252
#' library(teal.modules.general)

R/tm_g_scatterplot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#' - `plot` (`ggplot2`)
3737
#'
3838
#' For additional details and examples of decorators, refer to the vignettes:
39-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
40-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
39+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
40+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4141
#'
4242
#'
4343
#' @examplesShinylive

R/tm_g_scatterplotmatrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#' - `plot` (`trellis` - output of `lattice::splom`)
2525
#'
2626
#' For additional details and examples of decorators, refer to the vignettes:
27-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
28-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
27+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
28+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
2929
#'
3030
#' @examplesShinylive
3131
#' library(teal.modules.general)

R/tm_missing_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
#' ```
4545
#'
4646
#' For additional details and examples of decorators, refer to the vignettes:
47-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
48-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
47+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
48+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4949
#'
5050
#' @examplesShinylive
5151
#' library(teal.modules.general)

R/tm_outliers.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#' ```
4343
#'
4444
#' For additional details and examples of decorators, refer to the vignettes:
45-
#' `vignette("customizing-module-output, package = "teal.modules.general")`,
46-
#' `vignette("TODO to be added", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
45+
#' `vignette("decorate-module-output, package = "teal.modules.general")`,
46+
#' `vignette("decorate-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4747
#'
4848
#' @examplesShinylive
4949
#' library(teal.modules.general)

0 commit comments

Comments
 (0)