Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Reproducibility

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

Setup Docker

# build containerdocker build -t reproduction/r .
# Linux Shell / PowerShelldocker run --rm -it -v ${PWD}/code:/code reproduction/r
# Git Bashdocker run --rm -it -v /$(pwd)/code:/code reproduction/r
# Run R Script in TerminalRscript test.R

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages