-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
63 lines (62 loc) · 1.72 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
# Generated by roxygen2: do not edit by hand
export(addin_color_scale)
export(bezier_continuous_pal)
export(chroma)
export(chroma_avg)
export(chroma_brighten)
export(chroma_continuous_pal)
export(chroma_contrast)
export(chroma_darken)
export(chroma_desaturate)
export(chroma_distance)
export(chroma_get)
export(chroma_mix)
export(chroma_random)
export(chroma_saturate)
export(chroma_scale)
export(colors_rect)
export(create_single_scale)
export(get_dark_cols)
export(get_light_cols)
export(view_cols)
export(view_gradient)
export(view_pal)
importFrom(R6,R6Class)
importFrom(V8,v8)
importFrom(glue,double_quote)
importFrom(glue,glue)
importFrom(glue,single_quote)
importFrom(htmltools,browsable)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,insertText)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,browserViewer)
importFrom(shiny,dialogViewer)
importFrom(shiny,icon)
importFrom(shiny,modalDialog)
importFrom(shiny,observeEvent)
importFrom(shiny,paneViewer)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runGadget)
importFrom(shiny,showModal)
importFrom(shiny,sliderInput)
importFrom(shiny,splitLayout)
importFrom(shiny,stopApp)
importFrom(shiny,uiOutput)
importFrom(shinyWidgets,chooseSliderSkin)
importFrom(shinyWidgets,prettyRadioButtons)
importFrom(shinyWidgets,prettyToggle)
importFrom(shinyWidgets,spectrumInput)
importFrom(stringi,stri_c)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_fixed)
importFrom(utils,type.convert)