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

Itzamna Baqueiro_PU5058 #5

Open ItBaq opened 1 month ago

ItBaq commented 1 month ago

Hello,

I think I made it, watched the video, and followed all the steps.

https://github.com/ItBaq/Tictactoe/blob/main/GitHub_issue_text.md

Kind regards Itza

dblana commented 1 month ago

Hi Itzamna, it's great you've created a new repository, and committed changes! But the text for the issue should be included in this issue here (see examples from other students: https://github.com/AbdnCHDS/Intro2HDS_2024/issues)

ItBaq commented 1 month ago

Hi Dimitra,

I just copied and pasted the text, I don't know if it was the proper way. I found quite confusing, perhaps I must practice more.

Kind regards Itza

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

Week 2: Your first repository

[ x] 1. Install GitHub desktop and connect it to your GitHub account [x ] 2. Create a public repository and add a readme file [x ] 3. Publish the repository to GitHub [x ] 4. Add a new file in your local repository, commit the file addition, and push it to the remote repository on GitHub

  1. Modify the new file (or the Readme file), commit the change, and push it to the remote repository on GitHub [?] 6. Comment on this issue with a link to your repository Week 4: Rmarkdown

  2. Create a new public repository on GitHub Desktop and add a readme file.

  3. Publish the repository to GitHub

  4. Open RStudio and create a new project in an existing directory (the directory of your repository)

  5. Download the file "R_Rstudio_Rmarkdown.Rmd" from the week 4 "Practical: R markdown" section on MyAberdeen and save it in your project

  6. Work through the Rmarkdown file, remembering to commit and push your changes to the remote repository on GitHub

  7. Optional: if you have questions you'd like to discuss with your group members, create issues on GitHub and let them know

  8. Comment on this issue with a link to your new repository Week 5: Practical: reading data in R

  9. Create a new public repository on GitHub Desktop and add a readme file. This will be the main repository for the R material from this course, so give it a good name 😃

  10. Publish the repository to GitHub

  11. Open RStudio and create a new project in an existing directory (the directory of your repository)

  12. Create an appropriate folder structure according to the good coding practices discussed in week 5

  13. Download the data files and Rmarkdown file from the week 5 "Practical: reading data in R" section on MyAberdeen and save them in the appropriate folders in your project

  14. Work through the Rmarkdown file, remembering to commit and push your changes to the remote repository on GitHub

  15. Optional: if you have questions you'd like to discuss with your collaborators, create issues on GitHub and let them know

  16. Comment on this issue with a link to your new repository 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.

    Comment on this issue with a link to your report repository

dblana commented 1 month ago

Hi @ItBaq , this is fine! But if you wanted the checkboxes to appear correctly so you can tick the items off, you need to paste the text from GitHub_issue_text.md exactly as it's in that file. To get the checkboxes, you need to include "- [ ]" at the start of each line, for example: "- [ ] 1. Install GitHub desktop and connect it to your GitHub account" (without the quotes) becomes:

ItBaq commented 1 month ago

Hi Dimitra,

Many thanks for the feedback, finally I nailed it :)

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.

dblana commented 1 month ago

Awesome, well done!! 🥳 🥳 🥳

ItBaq commented 1 month ago

Hi, This is the link for my updated repository, thicked until W4-7 https://github.com/ItBaq/Tictactoe/blob/main/GitHub_issue_text.md

This is the link for my R markdown practice https://github.com/ItBaq/Tictactoe3/blob/main/R_Rstudio_Rmarkdown.Rmd

Kind regards Itza

dblana commented 4 weeks ago

Well done Itza! You can just tick off the items on the list in the comment just above here, you don't need to recreate the list 😃

ItBaq commented 4 weeks ago

Thank you for the feedback @dblana next time I'll do it as you suggested :)

ItBaq commented 3 weeks ago

Hello,

This is the link for my updated repository, thicked until W5, 1-8

https://github.com/ItBaq/Tictactoe/blob/main/GitHub_issue_text.md

This is the link for my R read data practice https://github.com/ItBaq/Rstudiproject_IBP

Kind regards Itza

dblana commented 2 weeks ago

Hi @ItBaq, try to put your files in folders according to the good coding practices discussed in the course material. Don't ty to do this on GitHub itself, do it locally on your computer, then commit and "push" your changes to GitHub.