forked from jcrodriguez1989/chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 855 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(comment_code)
export(create_unit_tests)
export(create_variable_name)
export(document_code)
export(explain_code)
export(find_issues_in_code)
export(optimize_code)
export(refactor_code)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(jsonlite,toJSON)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,as.document_range)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,modifyRange)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,icon)
importFrom(shiny,observeEvent)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(shiny,textAreaInput)
importFrom(shiny,updateTextAreaInput)
importFrom(shiny,wellPanel)
importFrom(utils,getFromNamespace)