From f0c27d97cdc58cef7b6fa805b225e7ac5a9ff74b Mon Sep 17 00:00:00 2001 From: Ashley Su Date: Mon, 30 Jan 2023 23:22:05 -0500 Subject: [PATCH 1/2] ashleysu --- hw02-q2-Github-pull-request-Ashley-Su.Rmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hw02-q2-Github-pull-request-Ashley-Su.Rmd diff --git a/hw02-q2-Github-pull-request-Ashley-Su.Rmd b/hw02-q2-Github-pull-request-Ashley-Su.Rmd new file mode 100644 index 0000000..69d1612 --- /dev/null +++ b/hw02-q2-Github-pull-request-Ashley-Su.Rmd @@ -0,0 +1,12 @@ +--- +title: "HW 2, Question 2" +author: "Ashley Su" +date: 'Jan 30, 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 in order to get this file, but if you haven't, do that now. 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-Firstname-Lastname.Rmd` to have your name at the top instead of mine, and the current date instead of Jan 15, 2023. Also change the filename to include your first and last name. Commit that to your branch, push those commits to Github, and create a pull-request to the `main` branch. For help getting started, see . \ No newline at end of file From 29ab45afab6f39ff757d4dc98eb02916cb08a1f4 Mon Sep 17 00:00:00 2001 From: Ashley Su Date: Mon, 30 Jan 2023 23:23:18 -0500 Subject: [PATCH 2/2] Delete hw02-q2-Github-pull-request-Firstname-Lastname.Rmd --- hw02-q2-Github-pull-request-Firstname-Lastname.Rmd | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 hw02-q2-Github-pull-request-Firstname-Lastname.Rmd diff --git a/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd b/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd deleted file mode 100644 index adf0ed5..0000000 --- a/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "HW 2, Question 2" -author: "Brian Macdonald" -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 in order to get this file, but if you haven't, do that now. 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-Firstname-Lastname.Rmd` to have your name at the top instead of mine, and the current date instead of Jan 15, 2023. Also change the filename to include your first and last name. Commit that to your branch, push those commits to Github, and create a pull-request to the `main` branch. For help getting started, see . \ No newline at end of file