# Generated by roxygen2: do not edit by hand

export(run_app)
import(shiny)
importFrom(DEoptim,
  DEoptim,
  DEoptim.control
)
importFrom(dplyr,
  filter,
  rename
)
importFrom(future,
  multisession,
  plan,
  sequential
)
importFrom(ggplot2,
  aes,
  facet_grid,
  geom_boxplot,
  geom_density,
  geom_histogram,
  geom_jitter,
  geom_line,
  geom_point,
  geom_ribbon,
  geom_smooth,
  geom_violin,
  ggplot,
  ggsave,
  labs,
  scale_x_continuous,
  theme_bw,
  vars
)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(plotly,
  ggplotly,
  plotlyOutput,
  renderPlotly
)
importFrom(rlang,
  .data,
  sym
)
importFrom(rmarkdown,render)
importFrom(shiny,
  HTML,
  actionButton,
  br,
  checkboxGroupInput,
  checkboxInput,
  conditionalPanel,
  downloadButton,
  downloadHandler,
  fileInput,
  fluidPage,
  h2,
  h4,
  h5,
  hr,
  incProgress,
  mainPanel,
  need,
  numericInput,
  observeEvent,
  p,
  reactiveValues,
  renderPlot,
  renderTable,
  renderUI,
  req,
  selectInput,
  showNotification,
  sidebarLayout,
  sidebarPanel,
  tabPanel,
  tabsetPanel,
  tagList,
  tags,
  validate,
  withProgress
)
importFrom(shinyBS,bsTooltip)
importFrom(shinythemes,shinytheme)
importFrom(stats,
  qchisq,
  quantile,
  rgamma,
  rlnorm,
  setNames
)
importFrom(utils,
  read.csv,
  write.csv
)
