generated from SwissClinicalTrialOrganisation/secuTrialR
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(app_srv)
export(app_ui)
export(com_footer_UI)
export(get_modules)
export(get_style)
export(mod_codebook_UI)
export(mod_codebook_srv)
export(mod_export_UI)
export(mod_export_srv)
export(mod_formcomplete_UI)
export(mod_formcomplete_srv)
export(mod_monitorcn_UI)
export(mod_monitorcn_srv)
export(mod_recruitplot_UI)
export(mod_recruitplot_srv)
export(mod_recruittable_UI)
export(mod_recruittable_srv)
export(mod_upload_UI)
export(mod_upload_srv)
export(mod_visitplan_UI)
export(mod_visitplan_srv)
export(run_shiny)
import(shiny)
import(shinydashboard)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,plot)
importFrom(secuTrialR,annual_recruitment)
importFrom(secuTrialR,form_status_summary)
importFrom(secuTrialR,plot_recruitment)
importFrom(secuTrialR,read_secuTrial)
importFrom(secuTrialR,return_random_participants)
importFrom(secuTrialR,visit_structure)
importFrom(secuTrialR,write_secuTrial)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(utils,write.csv)
importFrom(utils,zip)