From 1d15746821b536ef60d6b86e475bf0057d98e8bd Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Tue, 25 Jul 2023 01:50:09 +0000 Subject: Prompt user to install optional dependency --- R/ui.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/ui.R') diff --git a/R/ui.R b/R/ui.R index 4e4a500..5c6d420 100644 --- 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( ) ) ) -) +)} -- cgit v1.2.3