-
Notifications
You must be signed in to change notification settings - Fork 133
/
NAMESPACE
120 lines (119 loc) · 2.97 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2: do not edit by hand
export(activate_js)
export(add_css_file)
export(add_dockerfile)
export(add_dockerfile_heroku)
export(add_dockerfile_shinyproxy)
export(add_dockerfile_with_renv)
export(add_dockerfile_with_renv_heroku)
export(add_dockerfile_with_renv_shinyproxy)
export(add_empty_file)
export(add_fct)
export(add_html_template)
export(add_js_file)
export(add_js_handler)
export(add_js_input_binding)
export(add_js_output_binding)
export(add_module)
export(add_partial_html_template)
export(add_positconnect_file)
export(add_r6)
export(add_resource_path)
export(add_rscignore_file)
export(add_rstudioconnect_file)
export(add_sass_file)
export(add_shinyappsio_file)
export(add_shinyserver_file)
export(add_ui_server_files)
export(add_utils)
export(amend_golem_config)
export(app_dev)
export(app_prod)
export(browser_button)
export(browser_dev)
export(bundle_resources)
export(cat_dev)
export(create_golem)
export(css_template)
export(detach_all_attached)
export(disable_autoload)
export(document_and_reload)
export(empty_template)
export(expect_html_equal)
export(expect_running)
export(expect_shinytag)
export(expect_shinytaglist)
export(favicon)
export(fill_desc)
export(get_current_config)
export(get_golem_name)
export(get_golem_options)
export(get_golem_version)
export(get_golem_wd)
export(get_sysreqs)
export(golem_welcome_page)
export(install_dev_deps)
export(invoke_js)
export(is_golem)
export(is_running)
export(js_handler_template)
export(js_template)
export(maintenance_page)
export(make_dev)
export(message_dev)
export(module_template)
export(pkg_name)
export(pkg_path)
export(pkg_version)
export(print_dev)
export(project_hook)
export(remove_favicon)
export(run_dev)
export(sanity_check)
export(sass_template)
export(set_golem_name)
export(set_golem_options)
export(set_golem_version)
export(set_golem_wd)
export(use_external_css_file)
export(use_external_file)
export(use_external_html_template)
export(use_external_js_file)
export(use_favicon)
export(use_internal_css_file)
export(use_internal_file)
export(use_internal_html_template)
export(use_internal_js_file)
export(use_module_test)
export(use_readme_rmd)
export(use_recommended_deps)
export(use_recommended_tests)
export(use_utils_server)
export(use_utils_test_server)
export(use_utils_test_ui)
export(use_utils_ui)
export(warning_dev)
export(with_golem_options)
importFrom(attempt,attempt)
importFrom(attempt,is_try_error)
importFrom(attempt,stop_if)
importFrom(attempt,stop_if_not)
importFrom(attempt,without_warning)
importFrom(config,get)
importFrom(htmltools,htmlDependency)
importFrom(shiny,addResourcePath)
importFrom(shiny,getShinyOption)
importFrom(shiny,htmlTemplate)
importFrom(shiny,includeScript)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,file.edit)
importFrom(utils,getFromNamespace)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,person)
importFrom(utils,sessionInfo)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)