/compreprev

A structured guide to computational reproducibility reviews

Primary LanguageRCreative Commons Attribution 4.0 InternationalCC-BY-4.0

compreprev

{compreprev} is an R package containing a shiny app to help with computational reproducibility reviews. You can also access the shiny app online.

Installation

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()

Motivation