Skip to content

REditorSupport/sublime-ide-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0299a2 · Feb 7, 2022
Dec 2, 2019
Oct 19, 2021
Jul 29, 2018
Oct 12, 2019
Jun 7, 2021
Oct 26, 2021
Nov 6, 2019
Apr 6, 2020
Nov 6, 2019
Apr 22, 2018
Feb 7, 2022
Mar 12, 2020
Jun 5, 2021
Feb 7, 2018
Jun 7, 2021
Oct 12, 2019
Nov 16, 2021
Feb 7, 2018
Oct 12, 2019
Jun 5, 2021
Dec 2, 2019

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, LSP and LSP-R from Package Control

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_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