Skip to content

Commit 8cb4a52

Browse files
committed
fix: R CMD check note
1 parent ab8fe49 commit 8cb4a52

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

R/teal_transform_module.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@
110110
#'
111111
#' app <- init(
112112
#' data = teal_data(iris = iris),
113-
#' modules = example_module(transformators = data_transformators, decorators = list(output_decorator))
113+
#' modules = example_module(
114+
#' transformators = data_transformators,
115+
#' decorators = list(output_decorator)
116+
#' )
114117
#' )
115118
#' if (interactive()) {
116119
#' shinyApp(app$ui, app$server)

man/teal_transform_module.Rd

Lines changed: 4 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)