4/13/23
Please sit with your group members!
Thus far, we have mostly pushed our local changes back to GitHub
However, if two or more people are working on the same project, you need some way to obtain the changes that others have made and update your version accordingly
<<<<<<<
, =======
, >>>>>>>
and make the changes you want in the final mergeFollow along as we complete each step of the exercise instructions.
Raise your hand if you have any questions during the exercise.
Always pull first before you start working.
Knit, commit, and push often to minimize merge conflicts and/or to make merge conflicts easier to resolve.
Communicate with your partners when you are working on a given file
If you find yourself in a situation that is difficult to resolve, ask questions ASAP, don’t let it linger and get bigger.
Each team member can create their own R Markdown document that only they work in. That way, those individual/personal documents shouldn’t have merge conflicts. Then when it becomes necessary, you can work in and add to the entire group’s .Rmd file.
project-proposal.Rmd
file and then rename the file such that it identifies you uniquely!Pick a dataset and come up with at least two research questions, motivated by some EDA
Must be completed in the project-proposal.Rmd
file
Submit PDF of project proposal to Canvas by Sunday, 4/23 at 11:59pm
You’ll notice that your project Repo has a data
folder with the haberman.csv
dataset in it
Once your group has decided on a dataset, ONE team member should add the data to the data
folder and then delete the haberman.csv
file
Then push the changes back up to GitHub!
If you encounter a type of file that you don’t recognize and have trouble loading it in:
Try Google
Ask me!