Skip to content
master
Go to file
Code

README.md

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.

  • 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_items to modify the menu.

    Screen Shot 2019-10-18 at 7 20 49 PM
  • Build system

    Hit cmd/ctrl+b to launch the predefined commands. Use the setting exec_items to modify the items.

  • R-IDE Exec

    User could run any R functions via R-IDE: Exec.

Recommendations

About

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

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.