-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
43 lines (42 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(AskMe)
export(annotateCode)
export(buildUnitTests)
export(clarifyCode)
export(debugCode)
export(documentCode)
export(finishCode)
export(namingGenie)
export(optimizeCode)
export(rewriteText)
export(translateCode)
export(translateText)
importFrom(clipr,read_clip)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,use_proxy)
importFrom(jsonlite,toJSON)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,as.document_range)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,modifyRange)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,icon)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,onStop)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,sliderInput)
importFrom(shiny,splitLayout)
importFrom(shiny,stopApp)
importFrom(shiny,textAreaInput)
importFrom(shiny,updateTextAreaInput)
importFrom(shiny,wellPanel)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)