{compreprev} is an R package containing a shiny app to help with computational reproducibility reviews. You can also access the shiny app online.
You can install the development version of compreprev from GitHub with:
# install.packages("devtools")
devtools::install_github("debruine/compreprev")
And launch the shiny app with:
compreprev::app()