An open API service indexing awesome lists of open source software.

https://github.com/debruine/compreprev

A structured guide to computational reproducibility reviews
https://github.com/debruine/compreprev

code-check computational-reproducibility

Last synced: 3 months ago
JSON representation

A structured guide to computational reproducibility reviews

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# compreprev

{compreprev} is an R package containing a shiny app to help with computational reproducibility reviews. You can also access the [shiny app](https://rstudio-connect.psy.gla.ac.uk/compreprev) online.

## Installation

You can install the development version of compreprev from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("debruine/compreprev")
```

And launch the shiny app with:

``` r
compreprev::app()
```

## Motivation