https://github.com/aaronpeikert/repro-tutorial
https://github.com/aaronpeikert/repro-tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpeikert/repro-tutorial
- Owner: aaronpeikert
- License: cc-by-4.0
- Created: 2021-01-07T08:43:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:17:10.000Z (8 months ago)
- Last Synced: 2025-03-23T22:35:09.606Z (about 2 months ago)
- Language: TeX
- Homepage: https://doi.org/10.3390/psych3040053
- Size: 5.42 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
repro:
images:
- images/nutshell.svg
---# A Hitchhiker's Guide to Reproducible Research
[](https://www.repostatus.org/#active)
Preregistration as Code: [](https://doi.org/10.5281/zenodo.5170740)
Results after Preregistration: [](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.