Docker images that will be used for CI purposes via GitHub Actions.
The Dockerfile acts as a template and accepts input arguments like the R version, CRAN snapshot date, linux distribution name and (LTS) version.
The scripts folder contains scripts that add R packages and system dependencies to make the final image fit for purpose.
Github Actions .github/workflows support the image building workflows.
All available images originating from this repository are available here
This repo makes partial use of scripts and concepts defined and maintained by rocker-org/rocker-versioned2