]> nmode's Git Repositories - Rnaught/blobdiff - R/ui.R
Prompt user to install optional dependency
[Rnaught] / R / ui.R
diff --git a/R/ui.R b/R/ui.R
index 4e4a500a57e94a85de127c8266b32040ed90d46c..5c6d420e833d290281ac257700eca17e8f7943ca 100644 (file)
--- a/R/ui.R
+++ b/R/ui.R
@@ -1,4 +1,4 @@
-ui <- shiny::fluidPage(
+ui <- function() { shiny::fluidPage(
   # Title.
   shiny::titlePanel(shiny::HTML(
     paste0("Rnaught: An Estimation Suite for R", shiny::tags$sub("0")))),
@@ -194,4 +194,4 @@ ui <- shiny::fluidPage(
       )
     )
   )
-)
+)}