In this course I expect some familiarity with R Markdown. Only the basics, some of you discovered R Markdown yesterday!
I use the usethis package a lot 🤖 ✨, and recommend doing so. Follow usethis setup article in particular “Use usethis or devtools in interactive work” and the Git/GitHub stuff.
If you use GitLab, not GitHub, you can follow Heidi Seibold’s instructions “Setup Git RStudio GitLab”. There is no helper similar to usethis::use_github()
to my knowledge.
You should be able to follow the course and manage a blog without any git knowledge. Now for later, if you feel curious about version control, I’d recommend checking out happygitwithr.com and Suzan Baert’s blog post about git.