https://github.com/aaronpeikert/repro
Easy Setup of a Reproducible Workflow
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords from Contributors
structural-equation-modeling
Last synced: 11 months ago
·
JSON representation
Repository
Easy Setup of a Reproducible Workflow
Basic Info
- Host: GitHub
- Owner: aaronpeikert
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 339 KB
Statistics
- Stars: 37
- Watchers: 3
- Forks: 7
- Open Issues: 72
- Releases: 0
Created over 6 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# repro
[](https://github.com/aaronpeikert/repro/actions)
[](https://codecov.io/gh/aaronpeikert/repro?branch=main)
[](https://www.repostatus.org/#wip)
The goal of `repro` is to make the setup of reproducible workflows as easy as possible. To that end it builds upon the great [`usethis`-package](https://github.com/r-lib/usethis). `repro` currently undergoes significant changes to support more workflows than just the one proposed by [Peikert & Brandmaier (2019)](https://psyarxiv.com/8xzqy/). You may want to install the [`worcs`](https://github.com/cjvanlissa/worcs) package from CRAN for a user-friendly workflow that meets most requirements of reproducibility and open science.
## Installation
You can install the latest version of repro from [GitHub](https://github.com/aaronpeikert/repro) with:
``` r
if(!requireNamespace("remotes"))install.packages("remotes")
remotes::install_github("aaronpeikert/repro")
```
## Contribution
I am more then happy if you want to contribute, but I ask you kindly to note that the 'repro' project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
A contribution is especially welcome if it follows these principles:
1. The `repro` package aids the user setup reproducibility tools.
2. The reproduction itself must not require the `repro` package.
3. Do not suprisingly rely on the system or project state or change them.
Owner
- Name: Aaron Peikert
- Login: aaronpeikert
- Kind: user
- Repositories: 15
- Profile: https://github.com/aaronpeikert
GitHub Events
Total
- Issues event: 2
- Watch event: 3
- Issue comment event: 3
Last Year
- Issues event: 2
- Watch event: 3
- Issue comment event: 3
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aaron Peikert | a****t@p****e | 218 |
| Andreas Brandmaier | b****r@m****e | 1 |
| Anna Elisabeth Riha | 2****a | 1 |
| Maximilian-Stefan-Ernst | 3****t | 1 |
Committer Domains (Top 20 + Academic)
mpib-berlin.mpg.de: 1
posteo.de: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- brandmaier (4)
Pull Request Authors
- HannesDiemerling (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- R >= 3.6.0 depends
- credentials * imports
- fs * imports
- gh >= 1.2.1 imports
- glue * imports
- rmarkdown * imports
- rstudioapi * imports
- stringr * imports
- usethis >= 1.5.1 imports
- xfun * imports
- yaml * imports
- cli * suggests
- covr * suggests
- curl * suggests
- gert * suggests
- knitr * suggests
- remotes * suggests
- rlang * suggests
- stringi * suggests
- testthat >= 2.1.0 suggests
- withr * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
inst/templates/Dockerfile
docker
- rocker/{{{stack}}} {{{rver}}} build