No description
  • Java 40.9%
  • C++ 24.7%
  • JavaScript 22.9%
  • R 4.9%
  • TypeScript 1.7%
  • Other 4.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 8bee08cbc7
Adding progress-linux version 2025.05.1+513-0progress8.99u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2026-07-19 11:00:49 +02:00
.github Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.vscode Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
cmake Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
debian Adding progress-linux version 2025.05.1+513-0progress8.99u1. 2026-07-19 11:00:49 +02:00
dependencies Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
docker Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
docs Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
git_hooks Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
jenkins Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
package Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
scripts Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
src Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
version Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.dockerignore Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.editorconfig Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.gitattributes Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.gitignore Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
.gitmodules Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
CMakeLists.txt Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
CONTRIBUTING.md Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
COPYING Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
Dockerfile.dispatcher Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
INSTALL Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
NOTICE Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
README.md Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
rstudio.Rproj Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
SOURCE.in Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +02:00
VERSION.in Adding upstream version 2025.05.1+513. 2026-07-19 10:52:29 +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, 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.