From 3ec1df59dc5d07738348223f060c1a4c8ada7b0c Mon Sep 17 00:00:00 2001 From: Snigdha Puram Date: Fri, 6 Feb 2026 22:47:41 -0500 Subject: [PATCH] Add extra step to question 5 --- homework/homework_3.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework/homework_3.Rmd b/homework/homework_3.Rmd index bc5822e..1bd7344 100644 --- a/homework/homework_3.Rmd +++ b/homework/homework_3.Rmd @@ -14,6 +14,6 @@ In this section, you will reinforce the concepts and skills covered in the intro \item What does the command git clone do, and how is it different from git pull? \item Initialize a new Git repository in a local folder and create a file named README.md. Add some text to it, commit the changes, and push it to a new GitHub repository. Submit the link to your repository. \item Fork the \href{https://github.com/wevanjohnson/my.package}{https://github.com/wevanjohnson/my.package} directory and clone it to your local machine. Then add your name as an author in the DESCRIPTION file local repository and add a multiplication function to the R package (R folder). Then push the changes to your GitHub fork, and send me a pull request with your changes. - \item Clone the \href{https://github.com/wevanjohnson/2026\_Spring\_FDS}{https://github.com/wevanjohnson/2026\_Spring\_FDS} repository on your computer. Find something that could be improved (typo? explain something better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson. + \item Fork and clone the \href{https://github.com/wevanjohnson/2026\_Spring\_FDS}{https://github.com/wevanjohnson/2026\_Spring\_FDS} repository on your computer. Find something that could be improved (typo? explain something better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson. \end{enumerate}