From 260a6999c295a5940a696b7b06855c83e04c7db4 Mon Sep 17 00:00:00 2001 From: arieltt8 Date: Wed, 8 May 2024 03:18:08 -0400 Subject: [PATCH 1/2] Added Note on Question 1 of GitHub section of Homework1 --- homework/homework_1.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework/homework_1.Rmd b/homework/homework_1.Rmd index c72dd71..bb9df2b 100644 --- a/homework/homework_1.Rmd +++ b/homework/homework_1.Rmd @@ -48,6 +48,6 @@ Most Unix implementations include a large number of powerful tools and utilities \subsection*{GitHub} \begin{enumerate} - \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 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. Note: if password is required to push changes, create a token by going to your profile, selecting developer access settings to make your personal access tokens and inputting that into the password section. \item Clone the \href{https://github.com/wevanjohnson/2024\_Spring\_BDMA}{https://github.com/wevanjohnson/2024\_Spring\_BDMA} repository on your computer. Find something that could be improved (typo? explain somthing better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson. \end{enumerate} From eeb325cf3685b593b9558f10e8399a6f55ceebc8 Mon Sep 17 00:00:00 2001 From: arieltt8 Date: Wed, 8 May 2024 03:22:40 -0400 Subject: [PATCH 2/2] Small Type on Question 2 of the GitHub section --- homework/homework_1.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework/homework_1.Rmd b/homework/homework_1.Rmd index bb9df2b..05c5994 100644 --- a/homework/homework_1.Rmd +++ b/homework/homework_1.Rmd @@ -49,5 +49,5 @@ Most Unix implementations include a large number of powerful tools and utilities \subsection*{GitHub} \begin{enumerate} \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. Note: if password is required to push changes, create a token by going to your profile, selecting developer access settings to make your personal access tokens and inputting that into the password section. - \item Clone the \href{https://github.com/wevanjohnson/2024\_Spring\_BDMA}{https://github.com/wevanjohnson/2024\_Spring\_BDMA} repository on your computer. Find something that could be improved (typo? explain somthing better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson. + \item Clone the \href{https://github.com/wevanjohnson/2024\_Spring\_BDMA}{https://github.com/wevanjohnson/2024\_Spring\_BDMA} 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}