Skip to content

Klesel/Reproducibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Reproducibility

This is a repo that shows how to produce reproducible research.

Setup Docker

# build container
docker build -t reproduction/r .


# Linux Shell / PowerShell
docker run --rm -it -v ${PWD}/code:/code reproduction/r

# Git Bash
docker run --rm -it -v /$(pwd)/code:/code reproduction/r

# Run R Script in Terminal
Rscript test.R

About

This is a repo that shows how to produce reproducible research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages