Template for my own containerised reproducible R projects
10K+
This image contains all the components required to fully reproduce a fake analysis
Rmarkdown document analysis.Rmd. See the Dockerfile source GitHub repo above for more details.
The image represents a template for my own containerised reproducible R projects, constructed
using using renv, make, and docker. Ultimately, only docker (and
optionally make) is required to reproduce the results of the fake
analysis.
Only requires docker installed.
rproj-template docker image from here with
docker pull csdaw/rproj-templateresults/ folder to beanalysis.Rmd,
for example using this command:docker run -dt -v $PWD/results/:/home/analysis/results csdaw/rproj-template \
Rscript -e 'rmarkdown::render("/home/analysis/analysis.Rmd", output_dir = "results/")'
Content type
Image
Digest
Size
507.3 MB
Last updated
about 6 years ago
docker pull csdaw/rproj-template