- Gain familiarity with RStudio
- Describe how to generate a document in markdown and the R flavor of markdown
- Understand the basics of version control software using git
Patrick D. Schloss, PhD (microbialinformatics.github.io)
Department of Microbiology & Immunology
"A tool for managing changes to a set of files. Each set of changes creates a new revision of the files; the version control system allows users to recover old revisions reliably, and helps manage conflicting changes made by different users." -- Software Carpentry Workshop
git add
)git commit
)