Site icon R-bloggers

R GUIs, IDEs, and text editors

[This article was first published on Quantitative Ecology, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
When deciding what program to write your R code in it is important to consider a number of factors so you can keep organized and work efficiently.  I found this article useful for getting started.  Text editors include syntax highlighting and other useful features often including text auto-complete functions.  Integrated Development Environments (IDEs) include text editors but are much more powerful.  They include file organization systems, integration among various systems, debugging, and more.  The power does come with the cost of more complexity.  When considering your options, it’s important to also consider what other programming languages you will be using and if you’ll be using different operating systems.  I use a Mac and write primarily in R but sometimes use a PC and am learning more HTML and PHP.  I would also consider using LaTeX in the future.  Therefore, I need a flexible program that works on a variety of platforms.

Below is some information on programs that I have tried or am trying now.  These all support the R programing language.


I hope that helps some people and I’d love to hear about your experiences, preferences, and recommendations.

To leave a comment for the author, please follow the link and comment on their blog: Quantitative Ecology.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.