Skip to content

rocker-org/devcontainer-try-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Try Out Development Containers: R

This repository contains some example Dev Container definitions for R and can be run on GitHub Codespaces (click on the badges!).

Dev Container Definitions

Open Combination of r-rig and rstudio-server in GitHub Codespaces

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.

Open R (rocker/r-ver base) in GitHub Codespaces

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.

Open R (r2u and bspm configured) in GitHub Codespaces

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.

About

This repository contains some example Dev Container definitions for R and can be run on GitHub Codespaces.

Resources

License

Stars

Watchers

Forks