forked from rstudio/rstudioapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
120 lines (119 loc) · 2.92 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2: do not edit by hand
S3method(as.document_position,default)
S3method(as.document_position,document_position)
S3method(as.document_range,default)
S3method(as.document_range,document_range)
S3method(format,document_position)
S3method(format,document_range)
S3method(primary_selection,document_context)
S3method(primary_selection,document_selection)
S3method(print,document_context)
S3method(print,document_position)
S3method(print,document_range)
S3method(print,document_selection)
export(addTheme)
export(applyTheme)
export(as.document_position)
export(as.document_range)
export(askForPassword)
export(askForSecret)
export(bugReport)
export(buildToolsCheck)
export(buildToolsExec)
export(buildToolsInstall)
export(callFun)
export(convertTheme)
export(createProjectTemplate)
export(dictionariesPath)
export(documentClose)
export(documentNew)
export(documentSave)
export(documentSaveAll)
export(document_position)
export(document_range)
export(executeCommand)
export(findFun)
export(getActiveDocumentContext)
export(getActiveProject)
export(getConsoleEditorContext)
export(getPersistentValue)
export(getRStudioPackageDependencies)
export(getSourceEditorContext)
export(getThemeInfo)
export(getThemes)
export(getVersion)
export(hasColorConsole)
export(hasFun)
export(highlightUi)
export(initializeProject)
export(insertText)
export(is.document_position)
export(is.document_range)
export(isAvailable)
export(jobAdd)
export(jobAddOutput)
export(jobAddProgress)
export(jobRemove)
export(jobRunScript)
export(jobSetProgress)
export(jobSetState)
export(jobSetStatus)
export(launcherAvailable)
export(launcherConfig)
export(launcherContainer)
export(launcherControlJob)
export(launcherGetInfo)
export(launcherGetJob)
export(launcherGetJobs)
export(launcherHostMount)
export(launcherNfsMount)
export(launcherPlacementConstraint)
export(launcherResourceLimit)
export(launcherSubmitJob)
export(launcherSubmitR)
export(modifyRange)
export(navigateToFile)
export(openProject)
export(previewRd)
export(previewSql)
export(primary_selection)
export(readPreference)
export(readRStudioPreference)
export(removeTheme)
export(restartSession)
export(savePlotAsImage)
export(selectDirectory)
export(selectFile)
export(sendToConsole)
export(setCursorPosition)
export(setDocumentContents)
export(setPersistentValue)
export(setSelectionRanges)
export(showDialog)
export(showPrompt)
export(showQuestion)
export(sourceMarkers)
export(systemUsername)
export(terminalActivate)
export(terminalBuffer)
export(terminalBusy)
export(terminalClear)
export(terminalContext)
export(terminalCreate)
export(terminalExecute)
export(terminalExitCode)
export(terminalKill)
export(terminalList)
export(terminalRunning)
export(terminalSend)
export(terminalVisible)
export(translateLocalUrl)
export(updateDialog)
export(userDictionariesPath)
export(userIdentity)
export(verifyAvailable)
export(versionInfo)
export(viewer)
export(writePreference)
export(writeRStudioPreference)
importFrom(utils,capture.output)