yadevi / repro

Markdowny Easy Setup of a Reproducible Workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repro

Travis build status Codecov test coverage Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

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. repro currently undergoes significant changes to support more workflows than just the one proposed by Peikert & Brandmaier (2019). You may want to install the 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 with:

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. 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.

About

Markdowny Easy Setup of a Reproducible Workflow

License:GNU General Public License v3.0


Languages

Language:R 98.6%Language:Makefile 0.9%Language:Dockerfile 0.4%Language:Shell 0.1%