Description
RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
Installation Instructions
The official build in Fedora will be retired due to the upstream decision to drop Qt builds. Development will continue here with the Electron build. To install from here, as always:
$ sudo dnf copr enable iucar/rstudio # enables this repo
$ sudo dnf install rstudio-desktop # for RStudio Desktop
$ sudo dnf install rstudio-server # for RStudio Server
Note that these packages conflict with the ones provided by Posit.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | aarch64 (6)*, x86_64 (178)* | Fedora 39 (113 downloads) |
Fedora 40 | aarch64 (33)*, x86_64 (877)* | Fedora 40 (301 downloads) |
Fedora 41 | aarch64 (70)*, x86_64 (3232)* | Fedora 41 (762 downloads) |
Fedora rawhide | aarch64 (35)*, x86_64 (82)* | Fedora rawhide (239 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable iucar/rstudio
More info about enabling Copr repositories