Setting up a reproducible data analysis workflow in R
Zip of files referred to in this walkthrough
Version control system (vcs)
Git has been “repurposed” beyond software development
Journalists use it for methodology, but also to share raw and summarized data.
It’s kinda complicated
So why?
Tough to justify for someone solo.
But it’s worth learning because of the capabilities for communicating your analysis and for future collaboration.
A walkthrough explaining how to get connected later:
Options
Show off! Collaborate!
runGithub
functionGithub loves Markdown. Even Rmarkdown.
Renders it as HTML.
After uploading your repo, click on Settings
Change the Source from None
to master branch
or master branch\docs
(depending on where you want your root to be)
You can borrow this one