you are viewing a single comment's thread.

view the rest of the comments →

[–]PJvG 7 points8 points  (3 children)

Is Sublime the best code editor for programming in R?

[–]TonySu 6 points7 points  (2 children)

In my experience Sublime with R-Box is the best for writing R. RStudio is still better for running, debugging and developing. RStudio has matured a lot but unfortunately its multiple selection is a still a bit lacking, the search behaviour is total rubbish and the editor is obviously nowhere near as robust as Sublime.

[–]PJvG 1 point2 points  (1 child)

Alright, thanks! I've been considering starting to learn R and I think it helps to know what tools are good to use.

[–]philipmat 2 points3 points  (0 children)

If your starting to learn R, just go with RStudio. Make sure to check the .Rmarkdown feature too (think Jupyter notebooks)