Sign inSign up

nuest/altrnative-paper

By nuest

•Updated over 6 years ago

Image
0

234

nuest/altrnative-paper repository overview

⁠altRnatives paper

Launch RStudio
Binder Build
Status

Manuscript for an analysis of comparing R implementations and domain-specific computing environments with containers.

Want to contribute? Please open an issue!

Current draft: https://nuest.github.io/altRnative-paper/master.pdf⁠

⁠Render the manuscript with Docker

Local build

docker build --tag altRnative-paper --file .binder/Dockerfile .
docker run -i -v $(pwd):/manuscript --user $UID altRnative-paper Rscript -e 'setwd("/manuscript"); rmarkdown::render("manuscript.Rmd")'

Image from Docker Hub

docker run -i -v $(pwd):/manuscript --user $UID nuest/altRnative-paper Rscript -e 'setwd("/manuscript"); rmarkdown::render("manuscript.Rmd")'

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 6 years ago

docker pull nuest/altrnative-paper