-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.04 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("%>%")
export(create_config)
export(includeRMarkdown)
export(mod_count_server)
export(mod_count_ui)
export(mod_dailyfiles_rate_server)
export(mod_dailyfiles_rate_ui)
export(mod_dailyfiles_trend_server)
export(mod_dailyfiles_trend_ui)
export(mod_new_cases_server)
export(mod_table_normal_server)
export(mod_table_normal_ui)
export(mod_table_server)
export(mod_table_ui)
export(mod_welcome_server)
export(mod_welcome_ui)
export(run_app)
export(run_embeds)
import(shiny)
import(shinyMobile)
importFrom(config,get)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(markdown,markdownToHTML)
importFrom(rmarkdown,render)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)