-
Notifications
You must be signed in to change notification settings - Fork 1
/
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(launch_app)
export(module_about_ui)
export(module_dose_server)
export(module_dose_ui)
export(module_energy_server)
export(module_energy_ui)
export(module_import_server)
export(module_import_ui)
export(module_settings_server)
export(module_settings_ui)
export(run_app)
import(gamma)
import(shiny)
importFrom(DT,datatable)
importFrom(DT,editData)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,hcl)
importFrom(khroma,colour)
importFrom(khroma,scale_color_bright)
importFrom(khroma,scale_color_dark)
importFrom(khroma,scale_color_discreterainbow)
importFrom(khroma,scale_color_highcontrast)
importFrom(khroma,scale_color_light)
importFrom(khroma,scale_color_muted)
importFrom(khroma,scale_color_pale)
importFrom(khroma,scale_color_vibrant)
importFrom(knitr,kable)
importFrom(methods,as)
importFrom(methods,is)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(shinyWidgets,pickerInput)