Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homework/homework_3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}