From ba7bdf9bc3561f00b06d71500b0ef400be9d877e Mon Sep 17 00:00:00 2001 From: gcoque52 <123905349+gcoque52@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:20:55 -0500 Subject: [PATCH 1/3] Update hw02-q2-Github-pull-request-Firstname-Lastname.Rmd --- hw02-q2-Github-pull-request-Firstname-Lastname.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd b/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd index adf0ed5..60c1b73 100644 --- a/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd +++ b/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd @@ -1,7 +1,7 @@ --- title: "HW 2, Question 2" -author: "Brian Macdonald" -date: 'Jan 15, 2023' +author: "Gina Coque" +date: 'Jan 31, 2023' output: html_document --- From b1f9b2734b4cc0af8237b0420c9ea433172d971f Mon Sep 17 00:00:00 2001 From: gcoque52 <123905349+gcoque52@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:23:20 -0500 Subject: [PATCH 2/3] Create hw02-q2-Github-pull-request-Gina-Coque.Rmd --- hw02-q2-Github-pull-request-Gina-Coque.Rmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hw02-q2-Github-pull-request-Gina-Coque.Rmd diff --git a/hw02-q2-Github-pull-request-Gina-Coque.Rmd b/hw02-q2-Github-pull-request-Gina-Coque.Rmd new file mode 100644 index 0000000..60c1b73 --- /dev/null +++ b/hw02-q2-Github-pull-request-Gina-Coque.Rmd @@ -0,0 +1,12 @@ +--- +title: "HW 2, Question 2" +author: "Gina Coque" +date: 'Jan 31, 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 91aacbbfb51f663091b988432a13676b2bbe739b Mon Sep 17 00:00:00 2001 From: gcoque52 <123905349+gcoque52@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:23:20 -0500 Subject: [PATCH 3/3] Create hw02-q2-Github-pull-request-Gina-Coque.Rmd --- 361-Spring-2023.code-workspace | 10 ++++++++++ hw02-q2-Github-pull-request-Gina-Coque.Rmd | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 361-Spring-2023.code-workspace create mode 100644 hw02-q2-Github-pull-request-Gina-Coque.Rmd diff --git a/361-Spring-2023.code-workspace b/361-Spring-2023.code-workspace new file mode 100644 index 0000000..40fe023 --- /dev/null +++ b/361-Spring-2023.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "." + } + ] +} \ No newline at end of file diff --git a/hw02-q2-Github-pull-request-Gina-Coque.Rmd b/hw02-q2-Github-pull-request-Gina-Coque.Rmd new file mode 100644 index 0000000..60c1b73 --- /dev/null +++ b/hw02-q2-Github-pull-request-Gina-Coque.Rmd @@ -0,0 +1,12 @@ +--- +title: "HW 2, Question 2" +author: "Gina Coque" +date: 'Jan 31, 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