A curated collection of R-based Docker images for data science and document processing.
Image | Description | Status |
---|---|---|
slren/tidyverse-rmd | R Markdown and LaTeX environment based on rocker/tidyverse |
# For tidyverse-rmd
cd images/tidyverse-rmd
docker build -t slren/tidyverse-rmd .
Images are automatically built and published to Docker Hub via GitHub Actions. To set up:
- Add these secrets to your GitHub repository:
DOCKERHUB_USERNAME
: Your Docker Hub usernameDOCKERHUB_TOKEN
: Your Docker Hub access token
MIT