From dab3326c323d992ab30436e3851145c6b1a84846 Mon Sep 17 00:00:00 2001 From: isabelchomnalez Date: Wed, 1 Feb 2023 04:23:07 -0500 Subject: [PATCH] Name and date change I edited the file as instructed by the homework. --- hw02-q2-Github-pull-request-Firstname-Lastname.Rmd | 4 ++-- hw02-q2-Github-pull-request-Isabel-Chomnalez.Rmd | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 hw02-q2-Github-pull-request-Isabel-Chomnalez.Rmd diff --git a/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd b/hw02-q2-Github-pull-request-Firstname-Lastname.Rmd index adf0ed5..1d3ba27 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: "Isabel Chomnalez" +date: 'Jan 31, 2023' output: html_document --- diff --git a/hw02-q2-Github-pull-request-Isabel-Chomnalez.Rmd b/hw02-q2-Github-pull-request-Isabel-Chomnalez.Rmd new file mode 100644 index 0000000..1d3ba27 --- /dev/null +++ b/hw02-q2-Github-pull-request-Isabel-Chomnalez.Rmd @@ -0,0 +1,12 @@ +--- +title: "HW 2, Question 2" +author: "Isabel Chomnalez" +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