-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
35 lines (34 loc) · 992 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(fastqcShiny)
import(ngsReports)
import(shinydashboard)
importFrom(magrittr,"%>%")
importFrom(plotly,event_data)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(shiny,br)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,h1)
importFrom(shiny,h5)
importFrom(shiny,htmlOutput)
importFrom(shiny,icon)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPrint)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,textOutput)
importFrom(shiny,withProgress)
importFrom(shinyFiles,getVolumes)
importFrom(shinyFiles,parseDirPath)
importFrom(shinyFiles,parseFilePaths)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFilesButton)