From a571cfb7411bf1fbdae148bd5446081c5518f144 Mon Sep 17 00:00:00 2001 From: m7pr Date: Mon, 25 Nov 2024 11:15:56 +0100 Subject: [PATCH] fix tm_g_forest_rsp --- R/tm_g_forest_rsp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tm_g_forest_rsp.R b/R/tm_g_forest_rsp.R index 862327801..27fadd25e 100644 --- a/R/tm_g_forest_rsp.R +++ b/R/tm_g_forest_rsp.R @@ -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"]])