• Stars
    star
    108
  • Rank 311,173 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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