/usr/lib/R/site-library/rstudioapi/NAMESPACE is in r-cran-rstudioapi 0.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # 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(as.document_position)
export(as.document_range)
export(askForPassword)
export(callFun)
export(createProjectTemplate)
export(documentSave)
export(documentSaveAll)
export(document_position)
export(document_range)
export(findFun)
export(getActiveDocumentContext)
export(getActiveProject)
export(getConsoleEditorContext)
export(getPersistentValue)
export(getSourceEditorContext)
export(getThemeInfo)
export(getVersion)
export(hasColorConsole)
export(hasFun)
export(initializeProject)
export(insertText)
export(is.document_position)
export(is.document_range)
export(isAvailable)
export(modifyRange)
export(navigateToFile)
export(openProject)
export(previewRd)
export(primary_selection)
export(readPreference)
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(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(updateDialog)
export(verifyAvailable)
export(versionInfo)
export(viewer)
export(writePreference)
importFrom(utils,capture.output)
|