R-IDE is an integrated development environment (IDE) for the R programming language. Some of its features include:
- Customizable workbench with all of the tools required to work with R in one place (console, source, plots, workspace, help, history, etc.).
- Syntax highlighting editor with code completion.
- Execute code directly from the source editor (line, selection, or file).
- Full support for authoring Sweave and TeX documents.
- Runs on Windows, Mac, and Linux, and has a community-maintained FreeBSD port.
- Can also be run as a server, enabling multiple users to access the R-IDE IDE using a web browser.
For more information on R-IDE please visit the project website.
R-IDE is licensed under the AGPLv3, the terms of which are included in the file COPYING. You can find our source code repository on GitHub at https://github.com/rstudio/rstudio.
For information on how to use R-IDE check out our online documentation.
For documentation on running your own R-IDE Server see the server getting started guide.
See also the following files included with the distribution:
- COPYING - R-IDE license (AGPLv3)
- NOTICE - Additional open source software included with R-IDE
- SOURCE - How to obtain the source code for R-IDE
- INSTALL - How to build and install R-IDE from source
If you have problems or want to share feedback with us please visit our community forum. For other inquiries you can also email us at [email protected].