/usr/lib/R/site-library/rstudioapi/NEWS.md 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 | # rstudioapi 0.7
* `askForPassword()` gains a default prompt (#41)
* Add createProjectTemplate function
* Add setPersistentValue/getPersistentValue functions
* Add methods for interacting with Terminal tab: 'terminalActivate', 'terminalClear', 'terminalCreate', 'terminalList', 'terminalBuffer', 'terminalContext', 'terminalVisible', 'terminalBusy', 'terminalRunning', 'terminalKill', 'terminalSend', 'terminalExecute', and 'terminalExitCode'.
# rstudioapi 0.6
* Add sendToConsole function
* Add APIs for setting cursor position in document
# rstudioapi 0.5
* Add askForPassword function
* Add getActiveProject function
# rstudioapi 0.4
* Add API methods for interacting with a document open in RStudio: 'insertText()', 'modifyRange()' and 'getActiveDocumentContext()'.
# rstudioapi 0.3
* Add stub and documentation for sourceMarker function
# rstudioapi 0.2
* Compatibility with calling conventions for RStudio v0.99
* Stubs and documentation for versionInfo, previewRd, and viewer functions
# rstudioapi 0.1
Initial release to CRAN
|