From 1b3c77e775bfcd68cf7a8134d30eac9c929ee000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Sat, 2 May 2020 13:52:37 +0200 Subject: [PATCH] Update rv definition * R/shiny-ui-top.R(rv): Update rv definition. --- R/shiny-ui-top.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/shiny-ui-top.R b/R/shiny-ui-top.R index ab27df8..ad51bfc 100644 --- a/R/shiny-ui-top.R +++ b/R/shiny-ui-top.R @@ -46,9 +46,9 @@ mk_ui <- function (fn_style) { mk_shinyscreen <- function(fn_style=system.file('www/custom.css',package = 'shinyscreen')) { server <- function(input,output,session) { ## Top-level server function. - rv <- shiny::reactiveValues(dummy=1) # Container for all - # reactive values. - + rv <- shiny::reactiveValues(GUI=T) # Container for all + # reactive values. + rf <- list() # Container for all # reactive functions. -- GitLab