This workshop assumes you have the R, RStudio and Git and Bash Shell software installed on your computer and a personal GitHub account.
R can be downloaded here.
RStudio is an environment for developing using R.
It can be downloaded here. You will need the Desktop version (> 1.0) for your computer.
Bash is a commonly-used shell that gives you the power to do simple tasks more quickly.
cmd
and press [Enter])
setx HOME “%USERPROFILE%”
SUCCESS: Specified value was saved.
exit
then pressing [Enter]
This will provide you with both Git and Bash in the Git Bash program.
The default shell in all versions of Mac OS X is Bash, so no need to install anything. You access Bash from the Terminal (found in /Applications/Utilities
). See the Git installation video tutorial for an example on how to open the Terminal.
The default shell is usually Bash, but if your machine is set up differently you can run it by opening a terminal and typing bash
. There is no need to install anything.
Required for the Version Control part of the the course
Git is a version control system that lets you track who made changes to what when and has options for easily updating a shared or public version of your code on github.com. You will need a supported web browser (current versions of Chrome, Firefox or Safari, or Internet Explorer version 9 or above).
You will also need an account at github.com.
Basic GitHub accounts are free. We encourage you to create a GitHub account if you don’t have one already. Please consider what personal information you’d like to reveal. For example, you may want to review these instructions for keeping your email address private provided at GitHub.
Git should be installed on your computer as part of your Bash install (described above).
For OS X 10.9 and higher, install Git for Mac by downloading and running the most recent “mavericks” installer from this list. After installing Git, there will not be anything in your /Applications
folder, as Git is a command line program. For older versions of OS X (10.5-10.8) use the most recent available installer labelled “snow-leopard” available here.
If Git is not already available on your machine you can try to install it via your distro’s package manager. For Debian/Ubuntu run sudo apt-get install git
and for Fedora run sudo yum install git
.
I personally prefer to use a non-institutional email for registering accounts to platforms I want smooth access to regardless of affiliation. However, there are advantages associated with affiliation with an academic institution on GitHub, namely that you get a free developer account. The most important benefit of that is that it gives you unlimited public AND private repositories.
You can however add your academic email as a secondary email which will allow you to benefit from this academic research discount. You can also just use your academic address from the start and just change it once you move on.
Find out more about claiming an academic discount here.