Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 609 Bytes

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