Skip to content

Commit

Permalink
Update version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Jul 9, 2024
1 parent c8ea1f7 commit 129c5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
5 changes: 2 additions & 3 deletions R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @export
#' @importFrom shiny shinyApp
#' @importFrom golem with_golem_options

run_app <- function(
...
) {
Expand All @@ -16,8 +17,6 @@ run_app <- function(
ui = app_ui,
server = app_server
),
golem_opts = list(
print('Hi, share and enjoy')
)
golem_opts = list()
)
}

0 comments on commit 129c5f1

Please sign in to comment.