sublime-ide-r
sublime-ide-r copied to clipboard
R-IDE: Make Sublime Text a perfect IDE for R
trafficstars
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
languageserverfrom 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
exec_itemsto modify the menu.
-
Build system
Hit
cmd/ctrl+bto launch the predefined commands. Use the settingexec_itemsto 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.
- BracketHighlighter for advanced bracket highlighting.
- Whitespace for cleaning whitespaces.
- Terminus for running R Console in Sublime Text.
- radian is a better R console for Terminal.