|
1 | 1 | # Generated by roxygen2: do not edit by hand
|
2 | 2 |
|
3 | 3 | export(runPophelper)
|
| 4 | +import(ggplot2) |
| 5 | +import(highcharter) |
| 6 | +import(magrittr) |
| 7 | +import(pophelper) |
4 | 8 | importFrom(DT,dataTableOutput)
|
5 | 9 | importFrom(DT,renderDataTable)
|
6 | 10 | importFrom(RColorBrewer,brewer.pal)
|
7 | 11 | importFrom(colourpicker,colourInput)
|
8 | 12 | importFrom(colourpicker,updateColourInput)
|
9 | 13 | importFrom(gridExtra,grid.arrange)
|
10 | 14 | importFrom(htmlwidgets,JS)
|
| 15 | +importFrom(shiny,HTML) |
| 16 | +importFrom(shiny,Progress) |
| 17 | +importFrom(shiny,actionButton) |
| 18 | +importFrom(shiny,br) |
| 19 | +importFrom(shiny,checkboxInput) |
| 20 | +importFrom(shiny,column) |
| 21 | +importFrom(shiny,conditionalPanel) |
| 22 | +importFrom(shiny,div) |
| 23 | +importFrom(shiny,downloadButton) |
| 24 | +importFrom(shiny,downloadHandler) |
| 25 | +importFrom(shiny,eventReactive) |
| 26 | +importFrom(shiny,fileInput) |
| 27 | +importFrom(shiny,fluidPage) |
| 28 | +importFrom(shiny,fluidRow) |
| 29 | +importFrom(shiny,h1) |
| 30 | +importFrom(shiny,h2) |
| 31 | +importFrom(shiny,h3) |
| 32 | +importFrom(shiny,h4) |
| 33 | +importFrom(shiny,h5) |
| 34 | +importFrom(shiny,h6) |
| 35 | +importFrom(shiny,helpText) |
| 36 | +importFrom(shiny,hr) |
| 37 | +importFrom(shiny,htmlOutput) |
| 38 | +importFrom(shiny,imageOutput) |
| 39 | +importFrom(shiny,incProgress) |
| 40 | +importFrom(shiny,inputPanel) |
| 41 | +importFrom(shiny,isolate) |
| 42 | +importFrom(shiny,mainPanel) |
| 43 | +importFrom(shiny,numericInput) |
| 44 | +importFrom(shiny,observe) |
| 45 | +importFrom(shiny,observeEvent) |
| 46 | +importFrom(shiny,reactive) |
| 47 | +importFrom(shiny,reactiveValues) |
| 48 | +importFrom(shiny,renderImage) |
| 49 | +importFrom(shiny,renderPlot) |
| 50 | +importFrom(shiny,renderPrint) |
| 51 | +importFrom(shiny,renderTable) |
| 52 | +importFrom(shiny,renderText) |
| 53 | +importFrom(shiny,renderUI) |
| 54 | +importFrom(shiny,req) |
| 55 | +importFrom(shiny,runApp) |
| 56 | +importFrom(shiny,selectInput) |
| 57 | +importFrom(shiny,selectizeInput) |
| 58 | +importFrom(shiny,setProgress) |
| 59 | +importFrom(shiny,sidebarLayout) |
| 60 | +importFrom(shiny,sidebarPanel) |
| 61 | +importFrom(shiny,sliderInput) |
| 62 | +importFrom(shiny,submitButton) |
| 63 | +importFrom(shiny,tabPanel) |
| 64 | +importFrom(shiny,tabsetPanel) |
| 65 | +importFrom(shiny,tagList) |
| 66 | +importFrom(shiny,tags) |
| 67 | +importFrom(shiny,textInput) |
| 68 | +importFrom(shiny,titlePanel) |
| 69 | +importFrom(shiny,uiOutput) |
| 70 | +importFrom(shiny,updateActionButton) |
| 71 | +importFrom(shiny,updateCheckboxInput) |
| 72 | +importFrom(shiny,updateNumericInput) |
| 73 | +importFrom(shiny,updateSelectInput) |
| 74 | +importFrom(shiny,updateSelectizeInput) |
| 75 | +importFrom(shiny,updateSliderInput) |
| 76 | +importFrom(shiny,updateTextInput) |
| 77 | +importFrom(shiny,validate) |
| 78 | +importFrom(shiny,verbatimTextOutput) |
| 79 | +importFrom(shiny,wellPanel) |
| 80 | +importFrom(shiny,withProgress) |
11 | 81 | importFrom(shinyAce,aceEditor)
|
12 | 82 | importFrom(shinyBS,bsTooltip)
|
13 | 83 | importFrom(shinyWidgets,pickerInput)
|
|
0 commit comments