From fac21d6ed2485a47b7683b9253df7abb39a6e915 Mon Sep 17 00:00:00 2001 From: Giulio Benedetti Date: Sat, 3 Aug 2024 11:28:01 +0300 Subject: [PATCH] Remove print statement from RowTreePlot --- R/class-RowTreePlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/class-RowTreePlot.R b/R/class-RowTreePlot.R index 1e0fe39..7a30ffc 100644 --- a/R/class-RowTreePlot.R +++ b/R/class-RowTreePlot.R @@ -120,7 +120,7 @@ RowTreePlot <- function(...) { #' @importFrom methods slot setMethod(".defineDataInterface", "RowTreePlot", function(x, se, select_info) { panel_name <- .getEncodedName(x) - print(select_info) + list(.checkboxInput.iSEE(x, field="order_tree", label="Order tree", value=slot(x, "order_tree"))) })