Sign inSign up

dereckmezquita/r-quarto-base

By dereckmezquita

•Updated about 2 years ago

R 4.3.2 and Quarto 1.5.54, along with necessary system dependencies and TeX Live.

Image
Developer tools
0

228

dereckmezquita/r-quarto-base repository overview

⁠docker-R-quarto-base

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.

⁠Contents

  • R 4.3.2
  • Quarto 1.5.54
  • TeX Live
  • Various system libraries required for R packages and Quarto

⁠Usage

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

⁠Building

If you want to build this image yourself:

docker build -t r-quarto-base .

⁠Contributing

Feel free to open issues or pull requests if you have suggestions for improvements.

⁠License

MIT License

Tag summary

Content type

Image

Digest

sha256:23d18e089…

Size

5.6 GB

Last updated

about 2 years ago

docker pull dereckmezquita/r-quarto-base