AbdnCHDS / Intro2HDS_2024

Tracker for the Intro to Health Data Science course 2024
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Sophie Charlotte Zeiz PU5058 #2

Open CharlotteZeiz opened 1 month ago

CharlotteZeiz commented 1 month ago

Hello everyone! Please use this checklist over the next few weeks as you go through your health data science journey :tada:. Tick each item as your complete it!


Week 2: Your first repository

Week 4: Rmarkdown

Week 5: Practical: reading data in R

Week 6-10: Your project Now that you have become familiar with GitHub, you can start using it to prepare your report, and get help and feedback from your group members.

CharlotteZeiz commented 1 month ago

This is the link to my repository.

https://github.com/CharlotteZeiz/Repo-IntroHDS-Charlotte


Step 4 and 5 where a bit confusing for me. I created a word document and added it in the web version github (via the add file button next to the green code button) Then i added a sentence to the document (in word) and pushed the change from the desktopversion. Was this the right way to do it? If i view the history now i can only see the version of the document with the extra senctence. I thought there would be the first version of the document as an anchorpoint like explained in the video. Can someone tell me what i did wrong? Thanks

dblana commented 1 month ago

Hi Sophie, the word document you added appears to be called "Add a new file in your local repository, commit the file addition, and push it to the remote repository on GitHub.docx"... is that right? As docx is a binary format, github cannot easily show the comparison of the different versions. If you used a text file (e.g. a markdown file with the extension .md - similar to the Readme file), you'd be able to see the comparison. But in terms of adding a file / making a change, you've done it correctly, well done! 🥳

CharlotteZeiz commented 1 month ago

This is my week 4 repository

https://github.com/CharlotteZeiz/week4_R_markdown

CharlotteZeiz commented 1 month ago

This is my week 5+ repository. Still have many troubles with the commands https://github.com/CharlotteZeiz/HDS_RStudio_Repo_oefeningencursus

dblana commented 4 weeks ago

It will get easier with practice Charlotte 😃 Try to organise your files in folders, according to the good coding practices described in the course material.

CharlotteZeiz commented 3 weeks ago

Hi @dblana , i tried the system with the 3 folders you showed in the course but then i had trouble having all the files together in r studio so i put them al back in one folder... :(

dblana commented 3 weeks ago

In your code, you can refer to files that are in different folders - ask @warren-james about it in one of the support sessions 😃