Skip to content

Commit ab09c50

Browse files
committed
chore: remove default
1 parent 0b704ba commit ab09c50

File tree

8 files changed

+14
-20
lines changed

8 files changed

+14
-20
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@
4242
#' tm_g_distribution(
4343
#' ..., # arguments for module
4444
#' decorators = list(
45-
#' default = list(teal_transform_module(...)), # applied to all outputs
4645
#' histogram_plot = list(teal_transform_module(...)), # applied only to `histogram_plot` output
47-
#' qq_plot = list(teal_transform_module(...)) # applied only to `qq_plot` output
48-
#' summary_table = list(teal_transform_module(...)) # applied only to `summary_table` output
46+
#' qq_plot = list(teal_transform_module(...)), # applied only to `qq_plot` output
47+
#' summary_table = list(teal_transform_module(...)), # applied only to `summary_table` output
4948
#' test_table = list(teal_transform_module(...)) # applied only to `test_table` output
5049
#' )
5150
#' )

R/tm_missing_data.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
#' tm_missing_data(
3434
#' ..., # arguments for module
3535
#' decorators = list(
36-
#' default = list(teal_transform_module(...)), # applied to all outputs
3736
#' summary_plot = list(teal_transform_module(...)), # applied only to `summary_plot` output
38-
#' combination_plot = list(teal_transform_module(...)) # applied only to `combination_plot` output
39-
#' by_subject_plot = list(teal_transform_module(...)) # applied only to `by_subject_plot` output
37+
#' combination_plot = list(teal_transform_module(...)), # applied only to `combination_plot` output
38+
#' by_subject_plot = list(teal_transform_module(...)), # applied only to `by_subject_plot` output
4039
#' table = list(teal_transform_module(...)) # applied only to `table` output
4140
#' )
4241
#' )

R/tm_outliers.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
#' tm_outliers(
3232
#' ..., # arguments for module
3333
#' decorators = list(
34-
#' default = list(teal_transform_module(...)), # applied to all outputs
3534
#' box_plot = list(teal_transform_module(...)), # applied only to `box_plot` output
36-
#' density_plot = list(teal_transform_module(...)) # applied only to `density_plot` output
37-
#' cumulative_plot = list(teal_transform_module(...)) # applied only to `cumulative_plot` output
35+
#' density_plot = list(teal_transform_module(...)), # applied only to `density_plot` output
36+
#' cumulative_plot = list(teal_transform_module(...)), # applied only to `cumulative_plot` output
3837
#' table = list(teal_transform_module(...)) # applied only to `table` output
3938
#' )
4039
#' )

R/tm_t_crosstable.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#' See code snippet below:
3636
#'
3737
#' ```
38-
#' tm_g_crosstable(
38+
#' tm_t_crosstable(
3939
#' ..., # arguments for module
4040
#' decorators = list(
4141
#' table = teal_transform_module(...) # applied to the `table` output

man/tm_g_distribution.Rd

Lines changed: 2 additions & 3 deletions
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: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_outliers.Rd

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

man/tm_t_crosstable.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.

0 commit comments

Comments
 (0)