Skip to content

Commit

Permalink
fix tm_g_forest_rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Nov 25, 2024
1 parent ac879e7 commit a571cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_g_forest_rsp.R
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ srv_g_forest_rsp <- function(id,
ggplot2_args = ggplot2_args
)

teal.code::eval_code(anl_q(), as.expression(my_calls))
teal.code::eval_code(anl_q(), as.expression(unlist(my_calls)))
})

plot_r <- reactive(all_q()[["p"]])
Expand Down

0 comments on commit a571cfb

Please sign in to comment.