grunwaldlab / Reproducible-science-in-R

This site provides information on conducting reproducible science using the R language.
http://grunwaldlab.github.io/Reproducible-science-in-R/
13 stars 8 forks source link

make repository for AUDPC data #19

Closed zkamvar closed 8 years ago

zkamvar commented 8 years ago

The data and short analysis is located in #5

  1. add data as csv
  2. add resulting word document from Rmarkdown with code hidden, but describing the process.
  3. add Rproj file

This will serve as our in-class example as we laid out in #17

zkamvar commented 8 years ago

A thought just occurred to me: We should probably include an R script in there that they can use for their Rmd file. This way, it will be easier for them to walk through it and it doesn't matter if they copy+paste at this stage since we will be walking them through it.

zachary-foster commented 8 years ago

This is done here. Probably could be tweaked though.

zachary-foster commented 8 years ago

Changes to make after meeting with @zkamvar:

zkamvar commented 8 years ago

For reference here's what I did for #20 on a new branch:

https://github.com/grunwaldlab/pinfestans_example/tree/example-solution

I rendered it as a word document and moved it to the master branch.

zachary-foster commented 8 years ago

this is done, at least in draft form