R 4.3.2 and Quarto 1.5.54, along with necessary system dependencies and TeX Live. It's designed to be used as a starting point for R and Quarto projects.
This Docker image provides a base environment with R 4.3.2 and Quarto 1.5.54, along with necessary system dependencies and TeX Live. It's designed to be used as a starting point for R and Quarto projects.
- R 4.3.2
- Quarto 1.5.54
- TeX Live
- Various system libraries required for R packages and Quarto
To use this image in your Dockerfile:
FROM dereckmezquita/r-quarto-base:latest
To run an interactive shell in the container:
docker run -it dereckmezquita/r-quarto-base:latest
If you want to build this image yourself:
docker build -t r-quarto-base .
Feel free to open issues or pull requests if you have suggestions for improvements.
MIT License