diff --git a/DESCRIPTION b/DESCRIPTION index 23508ca..b76dfe5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: miaDash -Version: 0.99.11 +Version: 0.99.12 Authors@R: c(person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"), email = "giulio.benedetti@utu.fi", @@ -21,7 +21,7 @@ License: Artistic-2.0 Encoding: UTF-8 Depends: R (>= 4.4.0), - iSEE, + iSEE (>= 2.19.4), shiny Imports: ape, diff --git a/NEWS b/NEWS index d9200fd..3f459b5 100644 --- a/NEWS +++ b/NEWS @@ -18,4 +18,7 @@ Changes in version 0.99.3 Changes in version 0.99.5 * Implemented error check system -* Added mia logo \ No newline at end of file +* Added mia logo + +Changes in version 0.99.12 +* Fixed tab title \ No newline at end of file diff --git a/R/miaDash.R b/R/miaDash.R index b08f707..c67fc48 100644 --- a/R/miaDash.R +++ b/R/miaDash.R @@ -28,14 +28,11 @@ miaDash <- function() { addResourcePath("assets", system.file("assets", package = "miaDash")) - iSEE( - landingPage = .landing_page, - appTitle = tags$div( - paste0("Microbiome Analysis Dashboard - v", packageVersion("miaDash")), - tags$img(src = "assets/mia_logo.png", height = "40px", style = "margin-left: 10px"), - style = "cursor: pointer; font-weight: 500", - onclick = "window.location='https://miadash-microbiome.2.rahtiapp.fi/'") - ) + iSEE(landingPage = .landing_page, tabTitle = "miaDash", appTitle = tags$div( + paste0("Microbiome Analysis Dashboard - v", packageVersion("miaDash")), + tags$img(src = "assets/mia_logo.png", height = "40px", style = "margin-left: 10px"), + style = "cursor: pointer; font-weight: 500", + onclick = "window.location='https://miadash-microbiome.2.rahtiapp.fi/'")) } #' @importFrom shinyjs enable