Reproducibility: Definitions, Advantages, and Barriers
$ pip freeze > requirements.txt
What does the file contain?
$ pip install -r requirements.txt
Self-study: Carpentries Lesson
renv::init()
renv::snapshot() # save
renv::restore() # load
Self-study: Carpentries Lesson
.RProfile and activate.Rgit add [filenames]git commit -m "add dependencies"git pushHow to make software easier to understand