Skip to content

rstudio/rstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1e53cd · May 16, 2025
Feb 13, 2025
May 16, 2025
May 16, 2025
May 16, 2025
May 14, 2025
May 15, 2025
Apr 29, 2025
May 1, 2025
May 1, 2025
Mar 15, 2024
May 16, 2025
May 16, 2025
Apr 27, 2025
Mar 15, 2021
Nov 14, 2023
May 2, 2025
Mar 15, 2012
Apr 27, 2025
Apr 30, 2024
Sep 15, 2022
Mar 17, 2023
Apr 27, 2025
May 16, 2025
Mar 7, 2025
Apr 30, 2024
Sep 15, 2022
Sep 26, 2012
Apr 27, 2025

Repository files navigation

RStudio

RStudio 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 RStudio IDE using a web browser.

For more information on RStudio please visit the project website.

Getting the Code

RStudio 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.

Documentation

For information on how to use RStudio check out our online documentation.

For documentation on running your own RStudio Server see the server getting started guide.

See also the following files included with the distribution:

  • COPYING - RStudio license (AGPLv3)
  • NOTICE - Additional open source software included with RStudio
  • SOURCE - How to obtain the source code for RStudio
  • INSTALL - How to build and install RStudio 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 info@posit.co.