-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(":=")
export(.data)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(fire_interrupt)
export(fire_ready)
export(fire_running)
export(fire_starting)
export(fire_strange)
export(get_frame_path)
export(get_status)
export(get_video_path)
export(is_status)
export(now)
export(print_progress)
export(run_app)
export(set_status)
import(iobed.bed)
import(iobed.video)
import(iobed.watch)
import(shiny)
import(shinydashboard)
import(shinyjs)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyjs,disable)
importFrom(shinyjs,hide)
importFrom(tibble,tibble)
importFrom(usethis,ui_field)
importFrom(usethis,ui_value)