Skip to content
Snippets Groups Projects

Journal of Open Source Software Paper

Merged Cedric Midoux requested to merge paper into main
14 files
+ 900
75
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 7
1
@@ -17,7 +17,13 @@ app_ui <- function(request) {
golem_add_external_resources(),
# Your application UI logic
dashboardPage(
dashboardHeader(title = "Easy16S", .list = mod_plot_dim_ui("plot_dim")),
dashboardHeader(
title = "Easy16S",
tags$li(class = "dropdown", tags$a(icon("readme"), headerText = "README", href = "http://cedric.midoux.pages.mia.inra.fr/easy16s/index.html", target = "_blank")),
tags$li(class = "dropdown", tags$a(icon("gitlab"), headerText = "GitLab", href = "https://forgemia.inra.fr/cedric.midoux/easy16s", target = "_blank")),
tags$li(class = "dropdown", tags$a(icon("quote-right"), headerText = "Cite Us", href = "https://cedric.midoux.pages.mia.inra.fr/easy16s/authors.html#citation", target = "_blank")),
mod_plot_dim_ui("plot_dim")
),
dashboardSidebar(
fluidRow(
style = "width: 230px;",
Loading