Skip to content

Commit ee7b205

Browse files
committed
Merge branch 'report_redesign_poc@main' of https://github.com/insightsengineering/teal.modules.general into report_redesign_poc@main
2 parents f5d3f32 + 88e6ee4 commit ee7b205

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

R/tm_a_regression.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,12 +1032,12 @@ srv_a_regression <- function(id,
10321032
### REPORTER
10331033
card_fun <- reactive({
10341034
req(plot_r(), source_code_r())
1035-
function() {
1036-
card <- teal.reporter::report_document()
1037-
card <- c(card, c(list("## Plot")))
1038-
# card <- c(card, c(list("## Plot"), list(plot_r())))
1039-
# card <- c(card, list(source_code_r()))
1040-
card
1035+
function() {
1036+
card <- teal.reporter::report_document()
1037+
card <- c(card, c(list("## Plot")))
1038+
# card <- c(card, c(list("## Plot"), list(plot_r())))
1039+
# card <- c(card, list(source_code_r()))
1040+
card
10411041
}
10421042
})
10431043
###

0 commit comments

Comments
 (0)