-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(app_path)
export(app_server)
export(app_theme)
export(app_ui)
export(break_line)
export(break_lines)
export(create_dir)
export(deploy_app)
export(directory_configuration_path)
export(directory_files)
export(directory_settings)
export(directory_subdirectories)
export(fill_app)
export(fill_dir)
export(global_list)
export(ifnull)
export(initial_output)
export(initial_reactive_values)
export(messageq)
export(named_null_list)
export(package_version_finder)
export(paths)
export(read_directory_configuration)
export(read_directory_settings)
export(return_if_null)
export(run_app)
export(setup_dir)
export(update_dir)
export(update_list)
export(write_directory_configuration)
importFrom(bslib,bs_theme)
importFrom(rsconnect,deployApp)
importFrom(rsconnect,setAccountInfo)
importFrom(shiny,fluidPage)
importFrom(shiny,getShinyOption)
importFrom(shiny,reactiveValues)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,titlePanel)
importFrom(utils,find)
importFrom(utils,globalVariables)
importFrom(utils,packageDescription)
importFrom(utils,sessionInfo)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)