-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
export(addMatrixRow)
export(arithmetic_to_numeric)
export(delMatrixRow)
export(df2graph)
export(fileButtonInput)
export(headerCard)
export(helpLink)
export(helpPopover)
export(hgraph_palette)
export(matrixButtonGroup)
export(navbarFluidPage)
export(rcodeOutput)
export(renderRcode)
export(renderRmd)
export(rmdOutput)
export(run_app)
export(sanitize_filename)
export(textInputAddonRight)
importFrom(brew,brew)
importFrom(bslib,bs_get_contrast)
importFrom(bslib,bs_theme)
importFrom(bslib,page_fluid)
importFrom(gMCPLite,gMCP)
importFrom(gMCPLite,hGraph)
importFrom(gMCPLite,matrix2graph)
importFrom(gMCPLite,setWeights)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(gsDesign,gsDesign)
importFrom(htmltools,HTML)
importFrom(htmltools,css)
importFrom(htmltools,div)
importFrom(htmltools,includeCSS)
importFrom(htmltools,includeScript)
importFrom(htmltools,singleton)
importFrom(htmltools,span)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagAppendChild)
importFrom(htmltools,tagGetAttribute)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(markdown,mark)
importFrom(methods,getGroupMembers)
importFrom(ragg,agg_png)
importFrom(shiny,actionButton)
importFrom(shiny,column)
importFrom(shiny,exprToFunction)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,markRenderFunction)
importFrom(shiny,restoreInput)
importFrom(shiny,shinyAppFile)
importFrom(shiny,uiOutput)
importFrom(shiny,validateCssUnit)
importFrom(shinyMatrix,matrixInput)
importFrom(shinyMatrix,updateMatrixInput)
importFrom(shinyjs,delay)
importFrom(shinyjs,useShinyjs)
importFrom(stringi,stri_sort)
importFrom(stringi,stri_unescape_unicode)
importFrom(utils,getFromNamespace)