Data visualisation with ggplot2

Have you completed the assignments for module 1?

A pre-requisite for this homework is that you worked through the “Interaction with GitHub” assignment of module 1. You will need your GitHub Personal Access Token to push your committed changes back to GitHub.

Step 1: Clone your module 2 assignments repository

  1. Open github.com in your browser and navigate to the GitHub organisation for the course (or use your bookmark).
  2. Find the repository md-02-assignments-USERNAME that ends with your GitHub username, and open it.
  3. Click on the green “Code” button.
  4. Copy the HTTPS URL to your clipboard.
  5. Open the ds4owd workspace on posit.cloud
  6. Click New Project > New Project from Git Repository
  7. Paste the HTTPS URL from GitHub into the “URL of your Git Repository” field.
  8. Wait until the project is deployed.
  9. Open md-02a-data-visualization.qmd and follow the instructions to work through the tasks.

Step 2: Commit and push your changes

The below is also described as Task 14 in md-02a-data-visualization.qmd

  1. Navigate to the Git pane in the top-right window of RStudio
  2. Check the box next to all files to stage then it for a commit
  3. Click on the “Commit” button
  4. Enter a commit message in the “Commit message” field
  5. Click on the “Commit” button
  6. Click on the “Push” button
  7. Enter your GitHub username and GitHub Personal Access Token (PAT) in the “Username” and “Password” fields
Do not use your GitHub password

You need to enter the GitHub Personal Access Token (PAT) you created in Step 1 to push your changes back to GitHub.

Step 3: Open an issue on GitHub

  1. Open github.com in your browser.
  2. Navigate to the GitHub organisation for the course.
  3. Find the repository md-02-assignments that ends with your GitHub username.
  4. Click on the “Issues” tab.
  5. Click on the green “New issue” button.
  6. In the “Title” field write: “Completed module 1 assignments”.
  7. In the “Leave a comment” field, tag the course instructors @larnsce @mianzg @sskorik01