Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions hw02-q2-Github-pull-request-Andy-Yang.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "HW 2, Question 2"
author: "Andy Yang"
date: 'Jan 15, 2023'
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

This is Homework 2, Question 2. Presumably you have already cloned the repo <https://github.com/bmacGTPM/361-Spring-2023> in order to get this file. Create a new branch and name it your first and last name. Make an edit to this R Markdown file `hw2-q2-Github-pull-request.Rmd` to have your name at the top instead of mine, and the current date instead of Jan 15, 2023. Commit that to your branch, push those commits to Github, and create a pull-request to the `main` branch. For help getting started, see <https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop>.
2 changes: 1 addition & 1 deletion hw02-q2-Github-pull-request-Firstname-Lastname.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "HW 2, Question 2"
author: "Brian Macdonald"
author: "Andy Yang"
date: 'Jan 15, 2023'
output: html_document
---
Expand Down