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.
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.