This repository contains teaching materials for a workshop on using the Git/Github version control system for R programming. It assumes that you have basic knowledge of R and have some experience using the RStudio Client.
-
Why use version control?
-
Git with RStudio Projects
-
Initial set up
-
Git it going
-
Git basics
-
Git collaborating
-
Useful resources
You will need to have R and R Studio installed on your computer. Please sign up for a Github account at https://github.com and install Git on your computer before the workshop:
- OS X: http://git-scm.com/download/mac
- Windows: http://git-scm.com/download/win
- Debian/Ubuntu: sudo apt-get install git-core
- Other Linux distros: http://git-scm.com/download/linux
Download the materials for this workshop from the Github repository Intro2R-Git. In the downloaded folder you will see a few important items.
-
The slide deck Intro2R-Git_slides.
-
The RStudio Project file Intro2R-Git.Rproj. Opening it boots up RStudio.
Copyright (c) 2020 Song, Xiao Ping