Awesome
R-IDE: Make Sublime Text a perfect IDE for R
This is a new iteration of the no-longer-maintained R-Box aiming to utilize the use of language server + better support R Markdown + better support of R packaging + .....
Installation
- Install
languageserver
from CRAN
# install R package languageserver
install.packages("languageserver")
Usage
-
R-IDE menu
There is a R-IDE menu when an R project or an R file is opened. User could edit the setting
<img width="240" alt="Screen Shot 2019-10-18 at 7 20 49 PM" src="https://user-images.githubusercontent.com/1690993/67136543-789a7b80-f1dc-11e9-9156-98d2e64e25fd.png">exec_items
to modify the menu. -
Build system
Hit
cmd/ctrl+b
to launch the predefined commands. Use the settingexec_items
to modify the items. -
R-IDE Exec
User could run any R functions via
R-IDE: Exec
.
Recommendations
- SendCode for sending R code to Terminal / R GUI / RStudio.
- Bracket​Highlighter for advanced bracket highlighting.
- Whitespace for cleaning whitespaces.
- Terminus for running R Console in Sublime Text.
- radian is a better R console for Terminal.