Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
mindymallory committed Apr 29, 2016
1 parent 939daa1 commit a04b753
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Research Project Template

Research Project Template
=========================

Expand All @@ -12,4 +14,10 @@ I became interested in reproducable research because I was tired of
being terrified of my own analysis. I was constantly petrified someone
would question my work and ask me to open the black box and verify what
I did was correct; in some cases even being asked reproduce a result was
terrifiying
terrifiying because I knew the convoluted path of data prep and cleaning
that I took in arriving at my result.

I read the book [Reproducable Research with R and
RStudio](http://www.amazon.com/Reproducible-Research-Studio-Chapman-Hall/dp/1466572841)
by (<span class="citeproc-not-found"
data-reference-id="gandrud2013reproducible">**???**</span>).
11 changes: 8 additions & 3 deletions README.rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
title: "Reproducable Research Project Template"
author: Mindy L. Mallory
author: 'Mindy L. Mallory'
date: '`r format(Sys.time(), "%B %d, %Y")`'
output: md_document
output:
md_document:
toc: true
bibliography: bibliography.bib
---

# Research Project Template

This repository contains a template for a reproducable research project. The fundamental idea of reproducable research is that the steps that take your research from raw data to manuscript, thesis, or report should be fully automated. This way, your work can be checked by your advisor, mentors, collaborators, others working in your area, journal reviewers, and your future self.

I became interested in reproducable research because I was tired of being terrified of my own analysis. I was constantly petrified someone would question my work and ask me to open the black box and verify what I did was correct; in some cases even being asked reproduce a result was terrifiying
I became interested in reproducable research because I was tired of being terrified of my own analysis. I was constantly petrified someone would question my work and ask me to open the black box and verify what I did was correct; in some cases even being asked reproduce a result was terrifiying because I knew the convoluted path of data prep and cleaning that I took in arriving at my result.

I read the book [Reproducable Research with R and RStudio](http://www.amazon.com/Reproducible-Research-Studio-Chapman-Hall/dp/1466572841) by [@gandrud2013reproducible].

0 comments on commit a04b753

Please sign in to comment.