Skip to content

Setting up your Rstudio with github

murraycadzow edited this page Nov 6, 2014 · 7 revisions

Rstudio setup

MAKE SURE YOU UPDATE RSTUDIO PRIOR TO STARTING

  • Open the example in a new tab. Example repo
  • On the right (above "Download Zip") click ssh and then copy the url in the textbox above
  • Open Rstudio
  • Create a new project, File -> New Project -> select version control -> Git -> paste the repository into the repository URL -> select where to store the repo locally

You have now initialised a copy of the example repo for you to use locally.

Close the project by going to File -> Close Project

You are now ready to move onto the [next step](Create an R Markdown file)

Clone this wiki locally