Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.14 KB

README.md

File metadata and controls

17 lines (12 loc) · 2.14 KB

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.