-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
44 lines (43 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(add_border)
export(create_label)
export(field_label)
export(gp_label)
export(gp_label_portrait)
export(make_qrcode)
export(run_app)
import(QBMS)
import(argonDash)
import(argonR)
import(bslib)
import(ggplot2)
import(reactable)
import(readxl)
import(shinyBS)
import(shinyWidgets)
import(tools)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(desplot,geom_tileborder)
importFrom(dplyr,mutate)
importFrom(purrr,map)
importFrom(shinyBS,bsPopover)
importFrom(shinyBS,popify)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,addClass)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(uuid,UUIDgenerate)