This repository contains some example Dev Container definitions for R and can be run on GitHub Codespaces (click on the badges!).
It is configured to install ghcr.io/rocker-org/devcontainer-features/r-rig
and ghcr.io/rocker-org/devcontainer-features/rstudio-server
on top of mcr.microsoft.com/devcontainers/base:ubuntu
.
Initially, the latest release version of R is installed,
but rig
makes it easy to install a different version of R and switch between these.
RStudio Server is configured to run immediately after container startup.
A simple template that runs a Docker image ghcr.io/rocker-org/devcontainer/r-ver
configured to be used as a Dev Container.
Many R packages are already installed.
It is just a download of the Dev Container Template
ghcr.io/rocker-org/devcontainer-templates/r-ver
.
It is configured to install ghcr.io/rocker-org/devcontainer-features/r-apt
on top of mcr.microsoft.com/devcontainers/base:ubuntu
.
Installing many R packages quickly thanks to r2u
.
It is just a download of the Dev Container Template
ghcr.io/rocker-org/devcontainer-templates/r2u
.