R 4.3.2 and Quarto 1.5.54, along with necessary system dependencies and TeX Live.
228
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.
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
Content type
Image
Digest
sha256:23d18e089…
Size
5.6 GB
Last updated
about 2 years ago
docker pull dereckmezquita/r-quarto-base