Skip to content

Commit

Permalink
Release v1.3.7 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Mar 28, 2024
1 parent 2720e54 commit 76dcba7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@
#' @noRd
app_ui <- function(request) {
options(spinner.color="#2c7da3", spinner.color.background="#ffffff", spinner.size = 2)
# Add this at the beginning of your app
# Add this line at the beginning of your app, outside of the ui and server functions
#shiny::addResourcePath("res", system.file("app/www", package = "FielDHub"))
tagList(
golem_add_external_resources(),
#tags$head(tags$script(type="text/javascript", src = "corner.js")),
#tags$head(tags$script(type="text/javascript", src= "shinybusy.js")),
#includeCSS(system.file("app/www/style.css", package = "FielDHub")),
fluidPage(theme = shinythemes::shinytheme("flatly"),
navbarPage(title = "FielDHub v1.3.4",
navbarPage(title = "FielDHub v1.3.7",
tabPanel(
" Welcome!", icon = icon("home", lib = "glyphicon"),
suppressWarnings(
Expand All @@ -32,14 +26,6 @@ app_ui <- function(request) {
)
)
),
# tabPanel(" Welcome!",
# icon = icon("home", lib = "glyphicon"),
# tags$iframe(
# src = "res/home.html",
# width = "100%", # Adjust width and height as necessary
# height = "1000px"
# )
# ),
navbarMenu("Unreplicated Designs",
tabPanel("Single Diagonal Arrangement",
mod_Diagonal_ui("Diagonal_ui_1")
Expand Down

0 comments on commit 76dcba7

Please sign in to comment.