+ - 0:00:00
Notes for current slide
Notes for next slide

Using Github with RStudio

Harshvardhan

University of Tennessee

August 24, 2022

1 / 17

What is GitHub?

GitHub is a software for version control.

2 / 17

What is GitHub?

GitHub is a software for version control.

Version control: A system to manage changes to files in a way that reverting to an old version is quick and easy.

2 / 17

What is GitHub?

GitHub is a software for version control.

Version control: A system to manage changes to files in a way that reverting to an old version is quick and easy.

Yeah, I'm thankful

Scratch that, baby, I'm grateful

Gotta say it's really been a while

But now I got back that smile (Smile)

Write. Scratch that. Rewrite.

2 / 17

Why use GitHub?

Save yourself from coffee spills, have an online backup for free

3 / 17

Why use GitHub?

Save yourself from coffee spills, have an online backup for free

Instead of saving copies, you make "commit". So, no more files named like

  • report-final.pdf
  • report-final-final.pdf
  • report-v2-final.pdf
3 / 17

GitHub lets you time travel

4 / 17
5 / 17

Branch and Merge

Things are going great. Then someone has a wild idea.

How to experiment without messing up everything?

Enter GitHub branches.

6 / 17
7 / 17
8 / 17

How to use GitHub with RStudio?

9 / 17

Step 1: Install Git

Go to Terminal and write which git

and git --version to see Git version

If both commands work, jump to next step. If not, install Git.

10 / 17

MacOS

If you don't already have Git installed, writing git --version would present you with an offer to install Xcode command line tools. Accept the offer.

Windows

Install Git for Windows from "https://gitforwindows.org"

Linux

Ubuntu or Debian Linux:

sudo apt-get install git

Fedora or RedHat Linux:

sudo yum install git
11 / 17

Step 2: Configure Git

We will use usethis::create_github_token() function from usethis package. Recommended scope is auto-selected. 1 [1] If you don't have usethis and gitcreds, install with install.packages(c("usethis", "gitcreds"))

usethis::create_github_token()

Copy the generated Personal Access Token (PAT) and leave the browser window open.

Now, open gitcreds with

gitcreds::gitcreds_set()

and paste your PAT when asked for password.

Go Vols!

12 / 17

Step 3: Create GitHub Repo

Create a new GitHub repo and copy it's link.

13 / 17

Step 4: Create a New R Project

14 / 17

Step 5: Create files, make changes and commit!

15 / 17

Committing Together 🫶

Everyone can commit on the main branch directly

You will need to invite collaborators to your respository. See Inviting collaborators to a personal repository

  1. On GitHub.com, go to your repository
  2. Open repo's Settings
  3. In the "Access" section of the sidebar, click Collaborators & teams.
  4. Click Invite a collaborator.
  5. Enter their email or username.

Your proposed collaborators will be invited to your repository. They have seven days to accept the offer.

16 / 17

What's Next?

Branches

Pull requests

Collaboration

Private repository

GitHub Pro is free for students and educators

17 / 17

What is GitHub?

GitHub is a software for version control.

2 / 17
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow