Skip to content

Commit 375b27d

Browse files
committed
chore: rename ui/srv_teal_transform_data to ui/srv_transform_teal_data
1 parent fd065cf commit 375b27d

16 files changed

+85
-68
lines changed

R/tm_g_association.R

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ ui_tm_g_association <- function(id, ...) {
247247
"Log transformed",
248248
value = FALSE
249249
),
250-
ui_teal_transform_data(ns("decorate"), transformators = args$decorators),
250+
ui_transform_teal_data(ns("decorate"), transformators = args$decorators),
251251
teal.widgets::panel_group(
252252
teal.widgets::panel_item(
253253
title = "Plot settings",
@@ -500,17 +500,17 @@ srv_tm_g_association <- function(id,
500500
)
501501
})
502502

503-
decorated_output_q <- srv_teal_transform_data("decorate", data = output_q, transformators = decorators)
503+
decorated_output_q <- srv_transform_teal_data("decorate", data = output_q, transformators = decorators)
504504
decorated_output_grob_q <- reactive({
505-
within(
506-
decorated_output_q(),
507-
{
508-
plot <- tern::stack_grobs(grobs = lapply(list(plot_top, plot_bottom), ggplotGrob))
509-
grid::grid.newpage()
510-
grid::grid.draw(plot)
511-
}
512-
)
513-
})
505+
within(
506+
decorated_output_q(),
507+
{
508+
plot <- tern::stack_grobs(grobs = lapply(list(plot_top, plot_bottom), ggplotGrob))
509+
grid::grid.newpage()
510+
grid::grid.draw(plot)
511+
}
512+
)
513+
})
514514

515515

516516
plot_r <- reactive({

man/tm_a_pca.Rd

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

man/tm_data_table.Rd

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

0 commit comments

Comments
 (0)