No description
  • Java 37%
  • C++ 26.1%
  • JavaScript 21.2%
  • TypeScript 6.1%
  • R 4.9%
  • Other 4.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann f5d5e87f60
Releasing progress-linux version 2026.08.2+200-0progress8.99u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2026-08-31 18:58:50 +02:00
.claude Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
.github Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
.vscode Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
cmake Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
debian Releasing progress-linux version 2026.08.2+200-0progress8.99u1. 2026-08-31 18:58:50 +02:00
dependencies Merging upstream version 2026.08.2+200. 2026-08-31 18:58:29 +02:00
docker Merging upstream version 2026.08.2+200. 2026-08-31 18:58:29 +02:00
docs Merging upstream version 2026.08.2+200. 2026-08-31 18:58:29 +02:00
e2e/rstudio Merging upstream version 2026.08.1+195. 2026-08-19 11:07:47 +02:00
git_hooks Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
jenkins Merging upstream version 2026.08.1+195. 2026-08-19 11:07:47 +02:00
package Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
scripts Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
src Merging upstream version 2026.08.1+195. 2026-08-19 11:07:47 +02:00
tasks Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
version Merging upstream version 2026.08.2+200. 2026-08-31 18:58:29 +02:00
.dockerignore Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
.editorconfig Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
.gitattributes Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
.gitignore Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
.gitmodules Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
CMakeLists.txt Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
CMakePresets.json Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
CONTRIBUTING.md Merging upstream version 2026.06.0+242. 2026-08-19 10:51:54 +02:00
COPYING Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
Dockerfile.dispatcher Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
INSTALL Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
NOTICE Merging upstream version 2026.08.2+200. 2026-08-31 18:58:29 +02:00
package.json Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
README.md Merging upstream version 2026.08.0+187. 2026-08-19 10:59:41 +02:00
rstudio.Rproj Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
SOURCE.in Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00
VERSION.in Adding upstream version 2026.05.1+225. 2026-08-19 10:50:24 +02:00

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, terminal, source, plots, environment, history, help, files, packages, etc.).
  • Syntax highlighting editor with code completion.
  • Execute code directly from the source editor (line, selection, or file).
  • Authoring of reproducible documents and reports with Quarto and R Markdown.
  • Optional AI features, including GitHub Copilot completions, Posit AI Next Edit Suggestions, and the Posit Assistant.
  • 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, see the RStudio User 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.

Contributing

We welcome contributions to RStudio. Please see CONTRIBUTING.md for details on filing bugs, requesting enhancements, and submitting code.