forked from stla/jsTreeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.31 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(JS)
export(folderGadget)
export(jstree)
export(jstreeDestroy)
export(jstreeExample)
export(jstreeExamples)
export(jstreeOutput)
export(jstreeUpdate)
export(renderJstree)
export(saveWidget)
export(treeNavigatorServer)
export(treeNavigatorUI)
import(htmlwidgets)
import(miniUI)
import(shiny)
importFrom(R.utils,copyDirectory)
importFrom(base64enc,dataURI)
importFrom(fontawesome,fa_html_dependency)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,tagList)
importFrom(htmltools,validateCssUnit)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,saveWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(jquerylib,jquery_core)
importFrom(rstudioapi,getThemeInfo)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,navigateToFile)
importFrom(rstudioapi,sendToConsole)
importFrom(shiny,NS)
importFrom(shiny,bootstrapLib)
importFrom(shiny,moduleServer)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveVal)
importFrom(shiny,registerInputHandler)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shinyAce,aceEditor)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)