-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(getPrettifiableLanguages)
export(install_phantomjs)
export(prettifyCLANG)
export(prettifyHTML)
export(prettifyJulia)
export(prettifyLaTeX)
export(prettifyPython)
export(prettifyXML)
export(prettify_FCA)
export(prettify_Shiny)
export(prettify_V8)
export(reindent_PhantomJS)
export(reindent_Shiny)
export(reindent_V8)
export(reindent_chromote)
export(wordWrap)
import(chromote)
importFrom(XRJulia,findJulia)
importFrom(XRJulia,juliaEval)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(httr,http_error)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,getThemeInfo)
importFrom(rstudioapi,hasFun)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,readRStudioPreference)
importFrom(rstudioapi,setDocumentContents)
importFrom(shiny,runGadget)
importFrom(shiny,shinyAppDir)
importFrom(tools,file_ext)
importFrom(utils,URLdecode)
importFrom(webdriver,install_phantomjs)
importFrom(xml2,read_xml)