-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
42 lines (41 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(epiworldRShiny)
export(epiworldRenv)
export(find_scale)
export(interventions_add_all)
export(models_setup)
export(network_input)
export(npi_add_masking)
export(npi_add_school_closure)
export(npis_input)
export(numeric_input_ndays)
export(pi_add_vaccine)
export(plot_epi)
export(plot_reproductive_epi)
export(pop_generator)
export(population_input)
export(run_app)
export(seed_input)
export(simulate_button)
export(slider_input_rate)
export(slider_prevalence)
export(text_input_disease_name)
import(epiworldR)
import(ggplot2)
import(shiny, except=c(dataTableOutput, renderDataTable))
import(shinycssloaders)
import(shinydashboard)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(plotly,add_markers)
importFrom(plotly,add_segments)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(shinyjs,hidden)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,reshape)
importFrom(utils,packageVersion)
importFrom(utils,write.csv)