Home

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

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

Usage

Recommendations