diff --git a/R/app_ui.R b/R/app_ui.R index c3b9fd5..9db2040 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -17,7 +17,7 @@ app_ui <- function(request) { tagList( golem_add_external_resources(), fluidPage(theme = shinythemes::shinytheme("flatly"), - navbarPage(title = "FielDHub v1.3.8", + navbarPage(title = "FielDHub v1.4.0", tabPanel( " Welcome!", icon = icon("home", lib = "glyphicon"), suppressWarnings( diff --git a/R/run_app.R b/R/run_app.R index 10e2170..a733c16 100644 --- a/R/run_app.R +++ b/R/run_app.R @@ -6,6 +6,7 @@ #' @export #' @importFrom shiny shinyApp #' @importFrom golem with_golem_options + run_app <- function( ... ) { @@ -16,8 +17,6 @@ run_app <- function( ui = app_ui, server = app_server ), - golem_opts = list( - print('Hi, share and enjoy') - ) + golem_opts = list() ) }