R for Reproducible Scientific Analysis
View the Project on GitHub abcsFrederick/Intro-to-R-Fall2020
This course follows the R for Reproducible Scientific Analysis provided by the Software Carpentry community, with some minor modifications to meet current needs in the NCI community.
In preparation for this course, you should have installed R and RStudio (you may need admin privileges for this). You should also try to download the git repository for this workshop as follows (if you are using Windows, you may need to install git before continuing):
This should download and open the workshop repository. If it doesn’t, you may need to update your git settings or install git before continuing (you should only have to install git if working on a Windows machine).
Mac OS X:
which git
and you will get a path to the git executable. In the “Git executable” window you may have difficulties finding the directory since OS X hides many of the operating system files. While the file selection window is open, pressing “Command-Shift-G” will pop up a text entry box where you will be able to type or paste in the full path to your git executable: e.g. “/usr/bin/git” or whatever else it might be.Windows:
C:/Program Files/Git/bin/git.exe
.We will be making regular updates to the repository each week, including addition of the code we used during each session and the chat log. You’ll want to download those into your copy of the repository. Luckily if you set it up following the instructions above, this is a realitvely easy task.
Open up your repository by opening the Intro-to-R-Fall2020.Rproj
file. This will be located in the directory you created when you first downloaded the repository.
Next, you need to select Tools > Version Control > Pull Branches
If you are having trouble getting git to work on your computer, you can download the repository directly from GitHub using this link. You’ll set up your RStudio project similarly as described above, but instead of picking “Version Control”, unzip the repository and use the “Existing Directory” option.