-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
81 lines (80 loc) · 2.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
export(add_busy_bar)
export(add_busy_gif)
export(add_busy_spinner)
export(add_loading_state)
export(block)
export(block_output)
export(busy_start_up)
export(config_notify)
export(config_report)
export(hide_spinner)
export(html_dependency_block)
export(html_dependency_busy)
export(html_dependency_epic)
export(html_dependency_freezeframe)
export(html_dependency_loading)
export(html_dependency_nanobar)
export(html_dependency_notiflix)
export(html_dependency_notify)
export(html_dependency_report)
export(html_dependency_shinybusy)
export(html_dependency_spinkit)
export(html_dependency_startup)
export(logo_silex)
export(notify)
export(notify_failure)
export(notify_info)
export(notify_success)
export(notify_warning)
export(play_gif)
export(progress_circle)
export(progress_line)
export(progress_semicircle)
export(remove_modal_gif)
export(remove_modal_progress)
export(remove_modal_spinner)
export(remove_start_up)
export(report)
export(report_failure)
export(report_info)
export(report_success)
export(report_warning)
export(show_modal_gif)
export(show_modal_progress_circle)
export(show_modal_progress_line)
export(show_modal_spinner)
export(show_spinner)
export(spin_epic)
export(spin_kit)
export(stop_gif)
export(unblock)
export(update_busy_bar)
export(update_modal_progress)
export(update_modal_spinner)
export(update_progress)
export(use_busy_bar)
export(use_busy_gif)
export(use_busy_spinner)
importFrom(htmltools,HTML)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,css)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,singleton)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,sizingPolicy)
importFrom(jsonlite,toJSON)
importFrom(shiny,addResourcePath)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,insertUI)
importFrom(shiny,modalDialog)
importFrom(shiny,removeModal)
importFrom(shiny,removeUI)
importFrom(shiny,showModal)
importFrom(tools,toTitleCase)
importFrom(utils,packageVersion)