-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.Rmd
54 lines (35 loc) · 1.57 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
repro:
images:
- images/nutshell.svg
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# A Hitchhiker's Guide to Reproducible Research
<!-- badges: start -->
[![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)
<!-- badges: end -->
## 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.