Skip to content

Commit

Permalink
Merge pull request #6 from microbiome/dashboard
Browse files Browse the repository at this point in the history
Move to shinydashboard
  • Loading branch information
RiboRings authored Nov 29, 2024
2 parents f2e05cb + 12f17ce commit f57194e
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 162 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: miaDash
Version: 0.99.1
Version: 0.99.2
Authors@R:
c(person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -24,12 +24,14 @@ Depends:
iSEE
Imports:
biomformat,
htmltools,
iSEEtree,
methods,
mia,
rintrojs,
scater,
shiny,
shinydashboard,
shinyjs,
S4Vectors,
SingleCellExperiment,
Expand Down
14 changes: 8 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ importFrom(TreeSummarizedExperiment,colLinks)
importFrom(TreeSummarizedExperiment,rowLinks)
importFrom(TreeSummarizedExperiment,rowTree)
importFrom(biomformat,read_biom)
importFrom(htmltools,HTML)
importFrom(htmltools,br)
importFrom(htmltools,tags)
importFrom(iSEE,ColumnDataTable)
importFrom(iSEE,ComplexHeatmapPlot)
importFrom(iSEE,ReducedDimensionPlot)
Expand Down Expand Up @@ -41,15 +44,12 @@ importFrom(scater,runMDS)
importFrom(scater,runPCA)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,isolate)
importFrom(shiny,mainPanel)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
Expand All @@ -62,17 +62,19 @@ importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,textInput)
importFrom(shiny,titlePanel)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,verbatimTextOutput)
importFrom(shiny,wellPanel)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(stats,as.formula)
Expand Down
Loading

0 comments on commit f57194e

Please sign in to comment.