Skip to content

Commit c28351d

Browse files
committed
feat: add decorator vignette
1 parent 37947a4 commit c28351d

File tree

10 files changed

+382
-273
lines changed

10 files changed

+382
-273
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#' @section Decorating Module:
3030
#'
3131
#' This module generates the following objects, which can be modified in place using decorators::
32-
#' - `histogram_plot` (`ggplot2`)
33-
#' - `qq_plot` (`ggplot2`)
32+
#' - `histogram_plot` (`ggplot`)
33+
#' - `qq_plot` (`ggplot`)
3434
#' - `summary_table` (`datatables` created with [DT::datatable()])
3535
#' - `test_table` (`datatables` created with [DT::datatable()])
3636
#'

R/tm_g_response.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#' @section Decorating Module:
4343
#'
4444
#' This module generates the following objects, which can be modified in place using decorators:
45-
#' - `plot` (`ggplot2`)
45+
#' - `plot` (`ggplot`)
4646
#'
4747
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
4848
#' The name of this list corresponds to the name of the output to which the decorator is applied.

R/tm_g_scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#' @section Decorating Module:
3434
#'
3535
#' This module generates the following objects, which can be modified in place using decorators:
36-
#' - `plot` (`ggplot2`)
36+
#' - `plot` (`ggplot`)
3737
#'
3838
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
3939
#' The name of this list corresponds to the name of the output to which the decorator is applied.

R/tm_outliers.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#' @section Decorating Module:
1919
#'
2020
#' This module generates the following objects, which can be modified in place using decorators:
21-
#' - `box_plot` (`ggplot2`)
22-
#' - `density_plot` (`ggplot2`)
23-
#' - `cumulative_plot` (`ggplot2`)
24-
#' - `table` (`datatable` created with [DT::datatable()])
21+
#' - `box_plot` (`ggplot`)
22+
#' - `density_plot` (`ggplot`)
23+
#' - `cumulative_plot` (`ggplot`)
24+
#' - `table` (`datatables` created with [DT::datatable()])
2525
#'
2626
#' A Decorator is applied to the specific output using a named list of `teal_transform_module` objects.
2727
#' The name of this list corresponds to the name of the output to which the decorator is applied.

man/tm_g_distribution.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_g_response.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_g_scatterplot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_missing_data.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_outliers.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)