This repository contains the definition of Seqera Studio R-IDE. The main branch contains the
latest supported version of R-IDE with connect-client. To use an older version of any component,
check the existing tags using the pattern: r-ide/<version>/connect/<version>.
- RStudio Server (Seqera R-IDE v2025.05.0+496) — browser-based R development environment
- R 4.4.1 — via micromamba/conda-forge
- Python 3.13 — via micromamba/conda-forge
- R packages — r-markdown, pandoc
- NGINX — reverse proxy for path-based routing
- connect-client — Seqera connect client for studio integration
.seqera/ contains:
studio-config.yaml— references the pre-built image; studios using this branch will not require a build stepDockerfile— shows how the image was built; fork this repository and modify it to create a custom imageenv.yaml— conda environment specification (Python 3.13, R 4.4.1, r-markdown, pandoc)init— startup script that launches RStudio Server and NGINXrserver.conf— RStudio Server configurationrsession.conf— RStudio session configurationlogging.conf— RStudio logging configurationnginx.conf.template— NGINX reverse proxy template for path-based routingRenviron— R environment configurationkeybindings/— RStudio keybinding configurations
To create a customized version:
- Fork this repository
- Modify the
Dockerfileand/orenv.yamlto add your tools or dependencies - Build and push your custom image
- Update
studio-config.yamlto reference your custom image
The pre-built image is available at:
public.cr.seqera.io/platform/data-studio-ride:2026.01.2-0.12.2