Closed riccardoporreca closed 4 years ago
rocker/verse:devel
built locally as
docker build -t rocker/verse:devel-patch-texlive verse/devel
and tested via
docker run --rm --user=rstudio rocker/verse:devel-patch-texlive R -e \
'cat(file = "~/test.Rmd", "---\ntitle: Untitled\nheader-includes:\n - \\usepackage{bbm}\noutput: pdf_document\n---\n"); rmarkdown::render("~/test.Rmd")'
## [...]
## Output created: test.pdf
Behavior also confirmed by creating and knitting the R markdown docuent from within RStudio launched via
docker run --rm -p 8787:8787 -e DISABLE_AUTH=true rocker/verse:devel-patch-texlive
This looks great, thanks for doing the deep dive on this one!
Follow-up of https://github.com/rocker-org/rocker-versioned/pull/171#issuecomment-552825592:
verse:devel
but also ported toverse:latest
to be ready for next R release with the update todebian:buster
(https://github.com/rocker-org/rocker-versioned/issues/169#issuecomment-549977490).