Skip to content

Commit e2216ee

Browse files
committed
remove function from card_fun in regression
1 parent ee7b205 commit e2216ee

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

R/tm_a_regression.R

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,13 +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
1041-
}
1035+
teal.reporter::report_document(
1036+
"## Plot",
1037+
#,plot_r())
1038+
"## Source Code"
1039+
#,source_code_r()
1040+
)
10421041
})
10431042
###
10441043

0 commit comments

Comments
 (0)