From 5f7637226f33f525f87d9aee6c7a56168de69045 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Fri, 24 Feb 2023 15:24:50 +0100 Subject: [PATCH] =?UTF-8?q?Soluci=C3=B3n=20bug=20no=20desaparece=20la=20ba?= =?UTF-8?q?rra=20de=20progreso.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TCGA_request/app.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TCGA_request/app.R b/TCGA_request/app.R index 9b52d28..89011b3 100644 --- a/TCGA_request/app.R +++ b/TCGA_request/app.R @@ -349,6 +349,8 @@ server <- function(input, output) { ncol=1 )) }else{ + rogress$set(message = "Ploting", value = 6) + progress$close() return(plotAll) } })