How to Submit HW for Class

In order to submit the HW using R Studio you should have already completed the following:

The steps for submitting HW through GitHub are also outlined in Speakerdeck Presentation by Jamie

Work in R Studio First

  1. In the bottom right pane of R Studio, always “pull” to make sure you’re up-to-date. It’s a good idea to always pull to stay up-to-date.
  2. Again, in the bottom right pane of R Studio, check the box of the file that you’d like to commit.
  3. Click “commit” and a box should pop up.
  4. In the top right of that box, write the details of your commit (e.g., “changed readme”).
  5. Click “commit” again and then click “push.” Another box should pop up and provide some description of the process.

Work in GitHub

In GitHub, you’re going to create an “issue” that will alert staff that your HW is complete.

Before you click the “issue” link you’ll need the following: 1. The SHA of your latest commit

  1. Go to your GitHub class repo and find the link that says “commits”. Click on the link.
  2. Click the clipboard symbol to copy the SHA from you latest commit.

Now that you’ve copied the SHA from your latest commit:

  1. Click on “issues”.
  2. New Issue.
  3. In the title enter a subject such as “HW2 assignment”.
  4. Paste the SHA in the body of the text.
  5. You can write more details in the text if you want.
  6. To the right, assign staff (Jamie & Holly) to the issue.
  7. Hit “Submit New Issue”.

Assignments

Home Page