A Sublime Text package that transforms the editor into a full-featured IDE for R programming.
R-IDE is a Sublime Text package that transforms the editor into a fully-featured integrated development environment for the R programming language. It provides language server support, enhanced R Markdown capabilities, and tools for R package development, making Sublime Text a competitive alternative to dedicated R IDEs.
R programmers and data scientists who prefer using Sublime Text as their primary code editor and want a robust, customizable IDE experience for R development.
It offers a lightweight, fast, and extensible alternative to heavier IDEs like RStudio, with deep integration of modern language server features and tailored tools for R-specific workflows.
R-IDE: Make Sublime Text a perfect IDE for R
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Integrates the R language server for intelligent code completion, diagnostics, and navigation, leveraging LSP for enhanced coding efficiency as highlighted in the README.
Provides improved syntax handling and tooling for R Markdown documents, catering specifically to data science and reporting workflows.
Includes specialized features to streamline R package creation and management, supporting developers in building and maintaining packages.
Offers predefined build commands and allows user customization via the 'exec_items' setting, enabling tailored development workflows.
Enables running R functions directly from the editor through the R-IDE Exec command, facilitating quick testing and iteration.
Requires manual installation of the languageserver R package and multiple Sublime Text packages (LSP, LSP-R), which can be cumbersome and error-prone compared to single-install IDEs.
Lacks built-in features like plot viewers or Shiny app runners that are standard in RStudio, forcing reliance on additional plugins or external applications.
Relies heavily on the LSP and LSP-R packages for core functionality, which may introduce compatibility issues or require separate updates and maintenance.
Sublime Text + R-IDE is an open-source alternative to the following products: