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

https://github.com/aaronpeikert/repro-tutorial


https://github.com/aaronpeikert/repro-tutorial

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
repro:
images:
- images/nutshell.svg
---

# A Hitchhiker's Guide to Reproducible Research

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

Preregistration as Code: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5170740.svg)](https://doi.org/10.5281/zenodo.5170740)

Results after Preregistration: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5171678.svg)](https://doi.org/10.5281/zenodo.5171678)

[📃Preprint📃](https://www.doi.org/10.31234/osf.io/fwxs4)

## How to reproduce this manuscript

To reproduce this project Git, Make, and Docker is required (see [the installation guide](https://github.com/aaronpeikert/repro-tutorial/blob/main/install.md)).

Open the terminal, download the repository, and enter the directory:

```bash
git clone https://github.com/aaronpeikert/repro-tutorial.git
cd repro-tutorial
```

Then build the Docker image, and run Make:

```bash
make docker &&
make -B DOCKER=TRUE
```

## Abstract

```{r abstract, child = 'abstract.Rmd'}
```

```{r, echo=FALSE}
knitr::include_graphics("images/nutshell.svg")
```

## Code of Conduct

Please note that the repro-tutorial project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.