Skip to content

debruine/compreprev

Repository files navigation

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