This repository contains code used for the organisation and management of the reproducibility review at AGILE 2021. Read more about the review process and the reproducibility committee here: https://reproducible-agile.github.io/2021/#reproducibility-review.
The reproducibility reviews are published on OSF: https://osf.io/h64sd/
To work on the main R Markdown file, agile-reproducibility-reviews.Rmd
, which includes all information and documentation of the reproducibility review, run (requires GNU Make, and virtualenv for Python)
make
Then open the Jupyter UI at the link shown in the console. In the UI, go to "New" > "RStudio" to get an integrated development environment with the required dependencies.
The Makefile
's default target will create a virtual Python environment to execute repo2docker
using the files in this repository, notably install.R
where you must add required R packages, and the Dockerfile
where all system dependencies and remaining software is installed and configured.
Copyright 2020 Daniel Nüst, published under The Apache License, Version 2.0.