Setup a new github / Rstudio project
Git
GitHub
RStudio
Abstract
Set up a git project in Rstudio and publish it to gitHub
Start a new RStudio Project
Tools –> Project Options –> Git/SVN: Set Version Control System to Git
Commit a first file
Change to Github Desktop
File –> Add local repository: Add the new project folder
On the main screen click: Add/push repository to git (or similar)
Give the repository a name: et voilà!
Optional:Change to Rstudio
Pull and Push committed files