practice makes perfect
In this assignment you will be setting up the software and online tools that you will be using throughout this course. Below there are links and instructions to relevant sites.
The first step is to create a Github account if you do not already have one:
Next you will need to install the software we will be using (if you already have them installed make sure they are the latest versions):
- R
- RStudio
- Git
- Choose a download mirror site from the list that is close to you geographically
- Download the version of R that is appropriate to your operating system
- Install R in a manner appropriate to your operating system (MacOSX, PC)
- Download the free version of RStudio
- Install RStudio in a manner appropriate to your operating system (MacOSX, PC)
- Git is a version control system to keep track of our work and collaboration
- Instructions for setup can be found here and here
- Download Git
- You will also need to link your Github account to RStudio by following these instructions.
- For many students this will be the most challenging task this semester. Several errors can be corrected by following the instructions located here.
A common error for Macs is:
error: unable to read askpass response from 'rpostback-askpass' or a similar error saying that Git is missing.
The fix is often:
- In RStudio, click on the
Toolsmenu and selectGlobal Optionsand thenGit/SVN - The
Git executablebox should contain the following filepath:/usr/local/git/bin/gitif it does not contain this EXACT filepath (I.E. it says something likelocal/git) then clickBrowseand locate thegitfile atusr/local/git/bin/gitand clickOK. - Click
Applyand thenOK - Exit RStudio and then reopen, you should see a
Giticon when you complete Part B below.