Skip to content

mattocci27/r-containers

This branch is 4 commits ahead of, 2 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01eb195 · Feb 22, 2025
Feb 20, 2025
Feb 20, 2025
Feb 22, 2025
Feb 20, 2025
Feb 22, 2025
Jun 23, 2022
May 21, 2022
Jul 13, 2020
Feb 20, 2025
Mar 5, 2024
Feb 20, 2025
Feb 20, 2025
Feb 20, 2025
Feb 20, 2025

Repository files navigation

Docker Images for R

These Docker images are optimized for use with the reproducible R project template, which leverages Quarto and the {targets} package. The images contain minimal R packages to facilitate faster management of renv with cache.

Images

Docker Image Description
tinytex R Markdown, TinyTex, pandoc-crossref, and Quarto, without RStudio.
radian Adds the Radian console to the RStudio image. R packages should be managed with renv. Includes a vscode-r directory with some R packages (devtools, httpgd, ...) managed by renv.
radian-verse Extends the radian image with TinyTex and Quarto. The image is still smaller than rocker/verse.
cmdstan-verse Adds CmdStanR to the radian-verse image.
cmdstan-verse-zsh Adds Zsh shell to the cmdstan-verse image.

Each image builds upon the previous one, adding additional tools and functionalities to support various R project needs.