forked from dgkf/scriptgloss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.44 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
S3method(callStaticModule,scriptgloss_module)
S3method(get_output,scriptgloss_module)
S3method(submodule,scriptgloss_module)
export(callStaticModule)
export(clipCodeButton)
export(clipboardjsDependencies)
export(generate_static_code)
export(getInitializationCode)
export(getInitializationCode.default)
export(get_code)
export(get_output)
export(knitr_expand_content_list)
export(prismDependencies)
export(report_download_handler)
export(report_downloader)
export(report_from_template)
export(scriptglossJS)
export(showCodeButton)
export(show_code_modal)
export(submodule)
importFrom(CodeDepends,getDependsThread)
importFrom(CodeDepends,getDetailedTimelines)
importFrom(CodeDepends,getInputs)
importFrom(CodeDepends,inputCollector)
importFrom(CodeDepends,readScript)
importFrom(grDevices,rgb)
importFrom(knitr,knit_expand)
importFrom(methods,show)
importFrom(rmarkdown,render)
importFrom(shiny,actionButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,icon)
importFrom(shiny,isRunning)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,showModal)
importFrom(shiny,singleton)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,withProgress)
importFrom(stats,setNames)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_locate_all)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)