Docker container with RMarkdown support.
Basic support is included for HTML and PDF outputs.
The following R packages are included:
This simple example document can be rendered with the following command:
$ docker run -v ${PWD}:/data:rw rmarkdown:latest R -e 'library(rmarkdown); render("/data/example.Rmd")'
This creates a file example.html containing a some text and a plot.
Content type
Image
Digest
Size
559.4 MB
Last updated
almost 6 years ago
docker pull drtomc/rmarkdown