From 0fd0a61e66a69fea0c5e388cf2fe4b3825e4e790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Tue, 12 May 2020 08:42:32 +0200 Subject: [PATCH] shiny-ui-top: Update launch * R/shiny-ui-top.R(launch): Update. --- R/shiny-ui-top.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/shiny-ui-top.R b/R/shiny-ui-top.R index 4502d20..4e7554b 100644 --- a/R/shiny-ui-top.R +++ b/R/shiny-ui-top.R @@ -102,6 +102,6 @@ launch <- function(GUI=T,fn_conf="",wd=getwd(),...) { if (nchar(fn_conf)==0) { fn_conf <- commandArgs(trailingOnly=T)[[1]] } - run(fn_conf) + return(run(fn_conf)) } } -- GitLab