Skip to content

Commit

Permalink
chore: settlement
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 22, 2024
1 parent fc37f17 commit 595e58d
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 61 deletions.
7 changes: 2 additions & 5 deletions R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -1241,19 +1241,16 @@ srv_distribution <- function(id,
data = output_dist_q,
transformators = decorators
)

decorated_output_dist_q <- reactive(within(req(decorated_output_dist_q_no_print()), expr = print(plot)))

decorated_output_qq_q_no_print <- srv_transform_teal_data(
"d_qq",
data = output_qq_q,
transformators = decorators
)
decorated_output_qq_q <- reactive(within(req(decorated_output_qq_q_no_print()), expr = print(plot)))


decorated_output_dist_q <- reactive(within(decorated_output_dist_q_no_print(), print(plot)))
decorated_output_qq_q <- reactive(within(decorated_output_qq_q_no_print(), print(plot)))

decorated_output_qq_q <- reactive(within(req(decorated_output_qq_q_no_print()), expr = print(plot)))

decorated_output_q <- reactive({
tab <- req(input$tabs) # tab is NULL upon app launch, hence will crash without this statement
Expand Down
8 changes: 4 additions & 4 deletions man/tm_a_pca.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/tm_a_regression.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/tm_data_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 595e58d

Please sign in to comment.