git config --global user.name 'YOUR NAME HERE'
git config --global user.email 'YOUR EMAIL HERE'
git config --global --list # check to see it worked
Version Control
slides
Week01
Version Control
Image Source “Piled Higher and Deeper” by Jorge Cham www.phdcomics.com
Introduce yourself to git
In a system terminal, run…
Connect Git and R
Using RStudio and git
(Demo)
Homework: Introduction to Github
Next Time
Review: General Programming
Know how to:
- Load a package or import a library
- Define a variable
- Write a function
- Write an if/else statement
- Create a data table structure
- Get a column, row, or value from a data table
- Get an item from a list