From 6ce2faf32935880a2e5f1df8641c97a2790348e2 Mon Sep 17 00:00:00 2001 From: kryang Date: Fri, 10 Feb 2023 19:55:53 -0500 Subject: [PATCH 1/2] Update hw02-q2-Github-pull-request.Rmd --- hw02-q2-Github-pull-request.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw02-q2-Github-pull-request.Rmd b/hw02-q2-Github-pull-request.Rmd index 42b3a03..0fceee1 100644 --- a/hw02-q2-Github-pull-request.Rmd +++ b/hw02-q2-Github-pull-request.Rmd @@ -1,7 +1,7 @@ --- title: "HW 2, Question 2" -author: "Brian Macdonald" -date: 'Jan 15, 2023' +author: "Kerui Yang" +date: 'Jan 24, 2023' output: html_document --- From 44142bd0806c98827fbe2e913670d133f25482ea Mon Sep 17 00:00:00 2001 From: kryang <106624648+kryang@users.noreply.github.com> Date: Sat, 11 Feb 2023 21:51:20 -0500 Subject: [PATCH 2/2] Rename file with name --- ...ll-request.Rmd => hw02-q2-Github-pull-request-Kerui-Yang.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hw02-q2-Github-pull-request.Rmd => hw02-q2-Github-pull-request-Kerui-Yang.Rmd (93%) diff --git a/hw02-q2-Github-pull-request.Rmd b/hw02-q2-Github-pull-request-Kerui-Yang.Rmd similarity index 93% rename from hw02-q2-Github-pull-request.Rmd rename to hw02-q2-Github-pull-request-Kerui-Yang.Rmd index 0fceee1..62dba05 100644 --- a/hw02-q2-Github-pull-request.Rmd +++ b/hw02-q2-Github-pull-request-Kerui-Yang.Rmd @@ -9,4 +9,4 @@ output: html_document 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. 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 . \ No newline at end of file +This is Homework 2, Question 2. Presumably you have already cloned the repo 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 .