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 + .....
- Install
languageserver
from CRAN
# install R package languageserver
install.packages("languageserver")
- Install
R-IDE
andLSP
from Package Control
-
language features for R files
Execute
LSP: Enable Language Server Globally
(orIn Project
if you are working with a project) in Command Palette and enablerlang
. Upon successful execution, you should see a badge calledrlang
in the status bar. -
language features for C/C++ files
R-IDE
ultilizescquery
to provide language features for C/C++ files. Installcquery
first. Then enablecquery-r
server in LSP.
- 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.