{"id":13689632,"url":"https://github.com/r-lib/rig","last_synced_at":"2025-05-15T07:07:41.065Z","repository":{"id":37820707,"uuid":"426215921","full_name":"r-lib/rig","owner":"r-lib","description":"The R Installation Manager","archived":false,"fork":false,"pushed_at":"2025-05-06T15:57:41.000Z","size":18705,"stargazers_count":736,"open_issues_count":48,"forks_count":24,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-06T16:58:02.998Z","etag":null,"topics":["installation","r"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-lib.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-09T12:13:28.000Z","updated_at":"2025-05-06T15:57:44.000Z","dependencies_parsed_at":"2024-01-21T10:23:41.478Z","dependency_job_id":"98b3513d-716a-44fc-b79c-b8953ce91839","html_url":"https://github.com/r-lib/rig","commit_stats":null,"previous_names":["gaborcsardi/rim"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Frig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Frig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Frig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Frig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-lib","download_url":"https://codeload.github.com/r-lib/rig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292043,"owners_count":22046426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["installation","r"],"created_at":"2024-08-02T15:01:57.459Z","updated_at":"2025-05-15T07:07:36.048Z","avatar_url":"https://github.com/r-lib.png","language":"Rust","readme":"---\noutput:\n  github_document:\n    includes:\n      before_body: tools/header.md\n---\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  comment = \"#\u003e\",\n  out.width = \"100%\"\n)\n```\n\n* 🚀\u0026nbsp; \u003ca href=\"#id-features\"\u003eFeatures\u003c/a\u003e\n* 🐞\u0026nbsp; \u003ca href=\"#id-known-issues\"\u003eKnown Issues\u003c/a\u003e\n* ⬇️\u0026nbsp;  \u003ca href=\"#id-installation\"\u003eInstalling rig\u003c/a\u003e\n* ⚙️\u0026nbsp;  \u003ca href=\"#id-usage\"\u003eUsage\u003c/a\u003e\n* ⛵\u0026nbsp; \u003ca href=\"#id-macos-menu-bar-app\"\u003emacOS menu bar app\u003c/a\u003e\n* 📦\u0026nbsp; \u003ca href=\"#id-container\"\u003eDocker containers with rig\u003c/a\u003e\n* 🤝\u0026nbsp; \u003ca href=\"#id-feedback\"\u003eFeedback\u003c/a\u003e\n* ❓\u0026nbsp; \u003ca href=\"#id-faq\"\u003eFAQ\u003c/a\u003e\n* 📘\u0026nbsp; \u003ca href=\"#id-license\"\u003eLicense\u003c/a\u003e\n\n## 🚀\u0026nbsp; Features \u003ca id=\"id-features\"\u003e\n\n* Works on macOS, Windows and Linux.\n* Supports many Linux distributions, see\n  [list below](#supported-linux-distributions).\n* Easy installation and update, no system requirements on any platform.\n* Install multiple R versions.\n* Select the default R version, for the terminal and RStudio.\n* Select R version to install using symbolic names: `devel`, `next`,\n  `release`, `oldrel`, etc.\n* List R versions available to install.\n* Run multiple versions _at the same_ time using quick links.\n  E.g. `R-4.1` or `R-4.1.2` starts R 4.1.x. Quick links are automatically\n  added to the user's path.\n* On macOS it comes with a menu bar app that shows the default R\n  version and lets to select it interactively.\n  [See below](#id-macos-menu-bar-app).\n* On arm64 macs select between x86_64 and arm64 versions or R, or install both.\n* Sets up the default CRAN mirror and [PPM](https://packagemanager.posit.co/).\n* Installs [pak](https://pak.r-lib.org) and set up automatic\n  [system requirements installation](https://pak.r-lib.org/dev/reference/sysreqs.html).\n* Creates and configures user level package libraries.\n* Restricts permissions to the system library.\n  (On macOS, not needed on Windows and Linux).\n* Includes auto-complete for `zsh` and `bash`, on macOS and Linux.\n* Updates R installations to allow debugging with `lldb`, and to allow\n  core dumps, on macOS.\n* Installs the appropriate Rtools versions on Windows and sets them up.\n* Cleans up stale R-related entries from the Windows registry.\n* Switches to root/administrator user as needed.\n* Supports JSON output for scripting.\n\n## 🐞\u0026nbsp; Known Issues \u003ca id=\"id-known-issues\"\u003e\n\n* On macOS, R.app often does not work if you install multiple R versions.\n\nFound another issue? Please report it in our\n[issue tracker](https://github.com/r-lib/rig/issues).\n\n## ⬇️\u0026nbsp; Installing rig \u003ca id=\"id-installation\"\u003e\n\n* [macOS (x86_64 or arm64)](#id-macos)\n  * [Installer](#id-macos-installer)\n  * [Homebrew](#id-macos-homebrew)\n* [Windows](#id-windows)\n  * [Installer](#id-windows-installer)\n  * [Scoop](#id-windows-scoop)\n  * [Chocolatey](#id-windows-chocolatey)\n  * [Winget](#id-windows-winget)\n* [Linux](#id-linux)\n  * [Supported Linux distributions](#id-supported-linux-distributions)\n  * [Ubuntu and Debian (DEB package)](#id-ubuntu-and-debian-deb-package)\n  * [RHEL, Fedora, Rocky Linux, Almalinux, etc. (RPM package)](#id-rhel-fedora-rocky-linux-almalinux-etc-rpm-package)\n  * [OpenSUSE and SLES (RPM package)](#id-opensuse-and-sles-rpm-package)\n  * [Tarball on any supported distro](#id-linux-targz)\n* [Auto-complete](#id-auto-complete)\n\n### Installing rig on macOS \u003ca id=\"id-macos\"\u003e\n\nYou can one of our installers or our Homebrew tap.\n\n#### Installing rig on macOS (installer) \u003ca id=\"id-macos-installer\"\u003e\n\nDownload the latest release from https://github.com/r-lib/rig/releases\nand install it the usual way.\n\n#### Installing rig on macOS (Homebrew) \u003ca id=\"id-macos-homebrew\"\u003e\n\nIf you use Homebrew (Intel or Arm version), you can install rig from our\ntap:\n\n```sh\nbrew tap r-lib/rig\nbrew install --cask rig\n```\n\nYou can use x86_64 rig on Arm macs, and it will be able to install Arm\nbuilds of R. But you cannot use Arm rig on Intel macs. If you use both brew\nversions, only install rig with one of them.\n\nTo update rig you can run\n\n```sh\nbrew upgrade --cask rig\n```\n\n### Installing rig on Windows \u003ca id=\"id-windows\"\u003e\n\nThere are several possible ways to install rig on Windows: with our\ninstaller, `scoop`, `choco` or `winget`.\n\n#### Installing rig on Windows (installer) \u003ca id=\"id-windows-installer\"\u003e\n\nDownload the latest release from https://github.com/r-lib/rig/releases\nand install it the usual way.\n\n`rig` adds itself to the user's path, but you might need to restart your\nterminal after the installation on Windows.\n\n#### Installing rig on Windows (Scoop) \u003ca id=\"id-windows-scoop\"\u003e\n\nIf you use [Scoop](https://scoop.sh/), you can install rig from the scoop\nbucket at\n[`cderv/r-bucket`](https://github.com/cderv/r-bucket#r-installation-manager-rig):\n\n``` powershell\nscoop bucket add r-bucket https://github.com/cderv/r-bucket.git\nscoop install rig\n```\n\nTo update run\n\n``` powershell\nscoop update rig\n```\n\n#### Installing rig on Windows (Chocolatey) \u003ca id=\"id-windows-chocolatey\"\u003e\n\nIf you use [Chocolatey](https://chocolatey.org/) (e.g. on GitHub\nActions) you can install `rig` with\n\n``` powershell\nchoco install rig\n```\n\nand upgrade to the latest version with\n\n``` powershell\nchoco upgrade rig\n```\n\n#### Installing rig on Windows (WinGet) \u003ca id=\"id-windows-winget\"\u003e\n\nAn easy way to install rig on Windows 10 and above is to use the\nbuilt-in WinGet package manager. The name of the package is `posit.rig`.\n```\nwinget install posit.rig\n```\n\nNote that updating a WinGet package typically takes some time, so\nWinGet might not have the latest version of rig.\n\n### Installing rig on Linux \u003ca id=\"id-linux\"\u003e\n\nOn Linux you can install rig from a DEB or RPM package, or from a tarball.\n\n#### Supported Linux distributions \u003ca id=\"id-supported-linux-distributions\"\u003e\n\n- Debian 11, 12,\n- Ubuntu 20.04, 22.04, 24.04\n- Fedora Linux 40, 41\n- OpenSUSE 15.6\n- SUSE Linux Enterprise 15 SP6\n- Red Hat Enterprise Linux 7, 8, 9,\n- AlmaLinux 8, 9,\n- Rocky Linux 8, 9.\n\nWe use the R builds from the Posit\n[R-builds project](https://github.com/rstudio/r-builds#r-builds).\n\n\u003cdetails\u003e\u003csummary\u003eRetired Linux distributions\u003c/summary\u003e\nThese are not updated any more, no new R builds are added for them,\nbut existing R builds still work.\n\n- CentOS 6 (only x86_64, last R version: 4.0.4),\n- CentOS 7 (last R version: 4.4.3),\n- CentOS 8 (last R version: 4.4.3),\n- Debian 9 (last R version: 4.2.1),\n- Debian 10 (last R version: 4.4.3),\n- Fedora 37 (last R version: 4.3.2),\n- Fedora 38 (last R version: 4.4.2),\n- Fedora 39 (last R version: 4.4.3),\n- OpenSUSE 42 (only x86_64, last R version: 4.2.1),\n- OpenSUSE 15.1 (only x86_64, last R version: 4.1.2),\n- OpenSUSE 15.2 (only x86_64, last R version: 4.1.3),\n- OpenSUSE 15.3 (last R version: x86_64: 4.4.3, aarch64: 4.3.1),\n- OpenSUSE 15.4 (last R version: 4.4.0),\n- OpenSUSE 15.5 (last R version: 4.4.3),\n- SUSE Linux Enterprise 15 (only x86_64, last R version: 4.1.2),\n- SUSE Linux Enterprise 15.1 (only x86_64, last R version: 4.1.2),\n- SUSE Linux Enterprise 15.2 (only x86_64, last R version: 4.1.3),\n- SUSE Linux Enterprise 15.3 (last R version: x86_64: 4.4.3, aarch64: 4.3.1),\n- SUSE Linux Enterprise 15.4 (last R version: 4.4.0),\n- SUSE Linux Enterprise 15.5 (last R version: 4.4.3),\n- Ubuntu 16.04 (only x86_64, last R version: 4.1.2),\n- Ubuntu 18.04 (last R version: 4.3.1).\n\u003c/details\u003e\n\n#### Installing rig on Ubuntu and Debian (DEB package) \u003ca id=\"id-ubuntu-and-debian-deb-package\"\u003e\n\nOn any Ubuntu or Debian distro, you can use our package repository to\ninstall rig. First you add our key to your config:\n```\n`which sudo` curl -L https://rig.r-pkg.org/deb/rig.gpg -o /etc/apt/trusted.gpg.d/rig.gpg\n```\n\nThen add the rig repository:\n```\n`which sudo` sh -c 'echo \"deb http://rig.r-pkg.org/deb rig main\" \u003e /etc/apt/sources.list.d/rig.list'\n```\n\nIf you already added both the key and the repository, then install the `r-rig`\npackage (`rig` is a different package in Debian and Ubuntu):\n```\n`which sudo` apt update\n`which sudo` apt install r-rig\n```\n\n#### Installing rig on RHEL, Fedora, Rocky Linux, Almalinux, etc. (RPM package) \u003ca id=\"id-rhel-fedora-rocky-linux-almalinux-etc-rpm-package\"\u003e\n\nOn most RPM based distros (except for OpenSUSE and SLES) you can install\nour RPM package directly:\n\n```\n`which sudo` yum install -y https://github.com/r-lib/rig/releases/download/latest/r-rig-latest-1.$(arch).rpm\n```\n\n#### Installing rig on OpenSUSE and SLES (RPM package) \u003ca id=\"id-opensuse-and-sles-rpm-package\"\u003e\n\nOn OpenSUSE and SLES use `zypper` instead of `yum`:\n\n```\n`which sudo` zypper install -y --allow-unsigned-rpm https://github.com/r-lib/rig/releases/download/latest/r-rig-latest-1.$(arch).rpm\n```\n\n#### Installing rig on any Linux distribution (tarball) \u003ca id=\"id-linux-targz\"\u003e\n\nDownload the latest releast from https://github.com/r-lib/rig/releases\nand uncompress it to `/usr/local`\n\n```\ncurl -Ls https://github.com/r-lib/rig/releases/download/latest/rig-linux-$(arch)-latest.tar.gz |\n  `which sudo` tar xz -C /usr/local\n```\n\n### Installing auto-complete on macOS and Linux \u003ca id=\"id-auto-complete\"\u003e\n\nThe macOS and Linux installers also install completion files for `zsh`\nand `bash`.\n\n`zsh` completions work out of the box.\n\nFor `bash` completions install the `bash-completion` package from Homebrew\nor your Linux distribution and make sure it is loaded from your `.bashrc`.\n(You don't need to install `bash` from Homebrew, but you can if you like.)\n\n## ⚙️\u0026nbsp; Usage \u003ca id=\"id-usage\"\u003e\n\nUse `rig add` to add a new R installation:\n\n```\nrig add release\n```\n\nUse `rig list` to list the currently installed R versions, and `rig default`\nto set the default one.\n\nRun `rig` to see all commands and examples.\n\nRun `rig --help` and `rig \u003csubcommand\u003e --help` to see the documentation.\n\n### Command list:\n\n```\nrig add        -- install a new R version [alias: install]\nrig available  -- List R versions available to install.\nrig default    -- print or set default R version [alias: switch]\nrig library    -- manage package libraries [alias: lib] (experimental)\nrig list       -- list installed R versions [alias: ls]\nrig resolve    -- resolve a symbolic R version\nrig rm         -- remove R versions [aliases: del, delete, remove]\nrig rstudio    -- start RStudio with the specified R version\nrig run        -- Run R, an R script or an R project\nrig sysreqs    -- manage R-related system libraries and tools (experimental) (macOS)\nrig system     -- manage current installations\n```\n\nRun `rig \u003csubcommand\u003e --help` for information about a subcommand.\n\n\n### macOS `rig system` subcommands\n\n```\nrig system add-pak                 -- install or update pak for an R version\nrig system allow-debugger          -- allow debugging R with lldb and gdb\nrig system allow-debugger-rstudio  -- allow debugging RStudio with lldb and gdb\nrig system allow-core-dumps        -- allow creating core dumps when R crashes\nrig system fix-permissions         -- restrict system library permissions to admin\nrig system forget                  -- make system forget about R installations\nrig system make-links              -- create R-* quick links\nrig system make-orthogonal         -- make installed versions orthogonal\nrig system no-openmp               -- remove OpenMP (-fopenmp) option for Apple compilers\nrig system setup-user-lib          -- set up automatic user package libraries [alias: create-lib]\n```\n\n### Windows `rig system` subcommands\n\n```\nrig system add-pak                 -- install or update pak for an R version\nrig system clean-registry          -- clean stale R related entries in the registry\nrig system make-links              -- create R-* quick links\nrig system rtools                  -- manage Rtools installations\nrig system setup-user-lib          -- set up automatic user package libraries [alias: create-lib]\nrig system update-rtools40         -- update Rtools40 MSYS2 packages\n```\n\n### Linux `rig system` subcommands\n\n```\nrig system detect-platform         -- detect operating system version and distribution\nrig system add-pak                 -- install or update pak for an R version\nrig system make-links              -- create R-* quick links\nrig system setup-user-lib          -- set up automatic user package libraries [alias: create-lib]\n```\n\n## ⛵\u0026nbsp; macOS menu bar app \u003ca id=\"id-macos-menu-bar-app\"\u003e\n\nView and select the default R version in the macOS menu bar.\nStart RStudio or a recent RStudio project with the selected R version.\nSelect between your package libraries.\n\nTo start the menu bar app the first time, run the Rig app in\n\"Applications\" from Finder or Spotlight, or run\n```\nopen -a Rig\n```\nfrom a Terminal. Then you can check the \"Launch at login\" box in\n\"Preferences\" to start it automatically in the future.\n\n\u003cimg src=\"tools/rig-app.png\"\u003e\n\nNote: if you have a lot of menu bar apps running on an M1/M2 mac, then\nthe some of them might be under the camera area. There is no good solution\nfor this currently, other than running less menu bar apps.\n\n## 📦\u0026nbsp; Docker containers with rig (and multiple R versions) \u003ca id=\"id-container\"\u003e\n\nUse the `ghcr.io/r-lib/rig/r` Docker container to easily run multiple\nR versions.\nIt is currently based on Ubuntu 22.04 and contains rig and the six latest\nR versions, including R-next and R-devel.\nIt is available for x86_64 and arm64 systems:\n\n```\n\u003e docker run ghcr.io/r-lib/rig/r rig ls\n* name   version    aliases\n------------------------------------------\n  3.6.3\n  4.0.5\n  4.1.3\n  4.2.3             oldrel\n* 4.3.1             release\n  devel  (R 4.4.0)\n  next   (R 4.3.1)\n```\n\nSee this image on\n[GitHub](https://github.com/r-lib/rig/pkgs/container/rig%2Fr).\n\n### All containers\n\nWe also have other containers with rig and either R-devel and R-release\npreinstalled, on various Linux distros.\nHere is a table of all containers:\n\nName                                      | OS                 | R version      | Tags\n------------------------------------------+--------------------+----------------+------------------------------------------------------------------------------------------------\n`ghcr.io/r-lib/rig/ubuntu-24.04-multi`    | Ubuntu 24.04       | last 6 (daily) | `r`, `rig`, `multi`, `ubuntu-multi`\n`ghcr.io/r-lib/rig/ubuntu-24.04-release`  | Ubuntu 24.04       | release        | `ubuntu-24.04`\n`ghcr.io/r-lib/rig/ubuntu-24.04-devel`    | Ubuntu 24.04       | devel (daily)  |\n`ghcr.io/r-lib/rig/ubuntu-22.04-release`  | Ubuntu 22.04       | release        | `release`, `ubuntu`, `ubuntu-release`, `ubuntu-latest`, `ubuntu-latest-release`, `ubuntu-22.04`\n`ghcr.io/r-lib/rig/ubuntu-22.04-devel`    | Ubuntu 22.04       | devel (daily)  | `devel`, `ubuntu-devel`, `ubuntu-latest-devel`\n`ghcr.io/r-lib/rig/ubuntu-20.04-release`  | Ubuntu 20.04       | release        | `ubuntu-20.04`\n`ghcr.io/r-lib/rig/ubuntu-20.04-devel`    | Ubuntu 20.04       | devel (daily)  |\n`ghcr.io/r-lib/rig/debian-12-release`     | Debian 12          | release        | `debian`, `debian-release`, `debian-latest`, `debian-latest-release`, `debian-12`\n`ghcr.io/r-lib/rig/debian-12-devel`       | Debian 12          | devel (daily)  | `debian-devel`, `debian-latest-devel`\n`ghcr.io/r-lib/rig/debian-11-release`     | Debian 11          | release        | `debian-11`\n`ghcr.io/r-lib/rig/debian-11-devel`       | Debian 11          | devel (daily)  |\n`ghcr.io/r-lib/rig/fedora-40-release`     | Fedora 40          | release        | `fedora`, `fedora-release`, `fedora-latest`, `fedora-latest-release`, `fedora-40`\n`ghcr.io/r-lib/rig/fedora-40-devel`       | Fedora 40          | devel          | `fedora-devel`, `fedora-latest-devel`\n`ghcr.io/r-lib/rig/fedora-39-release`     | Fedora 39          | release        | `fedora-39`\n`ghcr.io/r-lib/rig/fedora-39-devel`       | Fedora 39          | devel          |\n`ghcr.io/r-lib/rig/opensuse-15.6-release` | OpenSUSE Leap 15.6 | release        | `opensuse`, `opensuse-release`, `opensuse-latest`, `opensuse-latest-release`, `opensuse-15.6`\n`ghcr.io/r-lib/rig/opensuse-15.6-devel`   | OpenSUSE Leap 15.6 | devel (daily)  | `opensuse-devel`, `opensuse-latest-devel`\n\nFor convenience, we also create these tags:\n\nTag                                | Image                   | Description\n-----------------------------------+-------------------------+------------------------------------\n`ghcr.io/r-lib/rig/r`              | `ubuntu-24.04-multi`    | Last 6 R versions on latest Ubuntu.\n`ghcr.io/r-lib/rig/rig`            | \"                       | \"\n`ghcr.io/r-lib/rig/multi`          | \"                       | \"\n`ghcr.io/r-lib/rig/ubuntu-multi`   | \"                       | \"\n`ghcr.io/r-lib/rig/release`        | `ubuntu-24.04-release`  | Latest R release.\n`ghcr.io/r-lib/rig/ubuntu`         | `ubuntu-24.04-release`  | Latest R release on latest Ubuntu.\n`ghcr.io/r-lib/rig/ubuntu-24.04`   | `ubuntu-24.04-release`  | Latest R release on Ubuntu 24.04.\n`ghcr.io/r-lib/rig/devel`          | `ubuntu-24.04-devel`    | R devel.\n`ghcr.io/r-lib/rig/ubuntu-devel`   | `ubuntu-24.04-devel`    | R devel on latest Ubuntu.\n`ghcr.io/r-lib/rig/ubuntu-22.04`   | `ubuntu-24.04-release`  | Latest R release on Ubuntu 22.04.\n`ghcr.io/r-lib/rig/ubuntu-20.04`   | `ubuntu-20.04-release`  | Latest R release on Ubuntu 20.04.\n`ghcr.io/r-lib/rig/debian`         | `debian-12-release`     | Latest R release on latest Debian.\n`ghcr.io/r-lib/rig/debian-12`      | `debian-12-release`     | Latest R release on Debian 12.\n`ghcr.io/r-lib/rig/debian-devel`   | `debian-12-devel`       | R devel on latest Debian.\n`ghcr.io/r-lib/rig/debian-11`      | `debian-11-release`     | Latest R release on Debian 11.\n`ghcr.io/r-lib/rig/fedora`         | `fedora-41-release`     | Latest R release on latest Fedora.\n`ghcr.io/r-lib/rig/fedora-41`      | `fedora-41-release`     | Latest R release on Fedora 41.\n`ghcr.io/r-lib/rig/fedora-devel`   | `fedora-41-devel`       | R devel on latest Fedora.\n`ghcr.io/r-lib/rig/fedora-40`      | `fedora-40-release`     | Latest R release on Fedora 40.\n`ghcr.io/r-lib/rig/opensuse`       | `opensuse-15.6-release` | Latest R release on latest OpenSUSE.\n`ghcr.io/r-lib/rig/opensuse-15.6`  | `opensuse-15.6-release` | Latest R release on OpenSUSE 15.6.\n`ghcr.io/r-lib/rig/opensuse-devel` | `opensuse-15.6-devel`   | R devel on latest OpenSUSE.\n\nSee all container images on\n[GitHub](https://github.com/orgs/r-lib/packages?repo_name=rig).\n\n### Docker container features:\n\nFor all containers:\n\n* rig is pre-installed, so you can easily add or remove R versions.\n* https://github.com/r-lib/pak is installed for all R versions.\n* Automatic system dependency installation via pak.\n* Linux binary packages are automatically installed from the\n  [Posit Public Package Manager](https://packagemanager.posit.co/client/#/)\n  in x86_64 containers, on Ubuntu, Debian and OpenSUSE.\n* Available on x86_64 and aarch64.\n\n## 🤝\u0026nbsp; Feedback \u003ca id=\"id-feedback\"\u003e\n\nPlease open an issue in our issue tracker at\nhttps://github.com/r-lib/rig/issues\n\n```{r child=\"tools/faq.Rmd\"}\n```\n\n## 📘 \u0026nbsp; License \u003ca id=\"id-license\"\u003e\n\nMIT 2021-2024 © Posit Software, PBC.\n","funding_links":[],"categories":["Rust","Version Managers"],"sub_categories":["R"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Frig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-lib%2Frig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Frig/lists"}