Skip to content

Commit 6ecf511

Browse files
committed
do not split documentation of decorators
1 parent db62734 commit 6ecf511

13 files changed

+59
-15
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#' - When the length of `size` is one: the plot point sizes will have a fixed size.
3434
#' - When the length of `size` is three: the plot points size are dynamically adjusted based on
3535
#' vector of `value`, `min`, and `max`.
36+
#' @param transformators (`list` of `teal_transform_module`) that will be applied to transform module's data input.
3637
#' @param decorators `r lifecycle::badge("experimental")`
3738
#' (`list` of `teal_transform_module`, named `list` of `teal_transform_module` or `NULL`) optional,
3839
#' if not `NULL`, decorator for tables or plots included in the module.
3940
#' When a named list of `teal_transform_module`, the decorators are applied to the respective output objects.
40-
#' @param transformators (`list` of `teal_transform_module`) that will be applied to transform module's data input.
4141
#'
4242
#' Otherwise, the decorators are applied to all objects, which is equivalent as using the name `default`.
4343
#'

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

man/tm_a_pca.Rd

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

man/tm_a_regression.Rd

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

man/tm_g_association.Rd

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

man/tm_g_bivariate.Rd

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

man/tm_g_distribution.Rd

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

man/tm_g_scatterplotmatrix.Rd

Lines changed: 5 additions & 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)