Skip to content

R-IDE: Make Sublime Text a perfect IDE for R

License

Notifications You must be signed in to change notification settings

jokorn/sublime-ide-r

 
 

Repository files navigation

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

  1. Install languageserver from CRAN
# install R package languageserver
install.packages("languageserver")
  1. Install R-IDE and LSP from Package Control

Usage

  • language features for R files

    Execute LSP: Enable Language Server Globally (or In Project if you are working with a project) in Command Palette and enable rlang. Upon successful execution, you should see a badge called rlang in the status bar.

  • language features for C/C++ files

    R-IDE ultilizes cquery to provide language features for C/C++ files. Install cquery first. Then enable cquery-r server in LSP.

Recommendations

About

R-IDE: Make Sublime Text a perfect IDE for R

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.9%
  • R 10.1%