Skip to content
Anna Krystalli edited this page Oct 24, 2018 · 2 revisions

Welcome to the rrtools-repro-research wiki!

Background

The rise of computational science

The Research compendium

The power of convention

The framework rrtools builds on

Anatomy of a Research compendium

sharing and version control

  • README
  • Contributing
  • CoC
  • .gitignore
  • .Renviron

small project

  • script.R
  • install.R
  • paper.docx
  • data.csv

medium project

  • R/
  • data/
  • analysis/
    • paper.Rmd
    • paper.pdf figures/
  • DESCRIPTION

large project

  • data-raw/
  • tests/