R-IDE
R-IDE: Make Sublime Text a perfect IDE for R
Details
Installs
- Total 10K
- Win 5K
- Mac 3K
- Linux 2K
Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 2 |
Mac | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 0 |
Linux | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 1 | 2 | 1 | 0 | 1 | 1 | 0 | 3 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
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
- Install
languageserver
from CRAN
# install R package languageserver
install.packages("languageserver")
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.Build system
Hit
cmd/ctrl+b
to launch the predefined commands. Use the settingexec_items
to modify the items.R-IDE Exec
User could run any R functions via
R-IDE: Exec
.
Recommendations
- SendCode for sending R code to Terminal / R GUI / RStudio.
- BracketHighlighter for advanced bracket highlighting.
- Whitespace for cleaning whitespaces.
- Terminus for running R Console in Sublime Text.
- radian is a better R console for Terminal.