Skip to content

rocker-org/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c89888 · Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Oct 4, 2024
Sep 3, 2023
Oct 6, 2022
Sep 24, 2022
Sep 24, 2022
Sep 24, 2022
May 12, 2024

Repository files navigation

Dev Container Features by Rocker Project

This repository contains a collection of Dev Container Features.

For a detailed explanation of Dev Container Features, please check the specification and the devcontainers' official Development Container Features repository.

This repository is based on the the devcontainers/features repository, and intended to make it easy to add Rocker Project related functionality.

Contents

Installs packages of the user's choice via apt.

A simple Feature that implements the functionality proposed in devcontainers/features#67.

Install Conda and Mamba via Miniforge installer. conda-forge set as the default (and only) channel.

Similar to ghcr.io/devcontainers/features/conda.

Install Pandoc.

Install the Quarto CLI.

Install the latest R and R packages via apt. When installing R packages via apt, dependencies are automatically installed as well, and it is very fast.

Install R packages from a DESCRIPTION file in the repository.

A simple setup to preserve R terminal history across Dev Container instances. Supports Radian and RStudio's R console.

Install R packages of the user's choice via the pak::pak() function.

Install a version of R of your choice using rig. R packages must be installed via R functions.

A simple setup to share renv cache among multiple containers.

Install RStudio Server.