R, RStudio, & Github
Before we meet for our first class there are few things you should try at home to get started.
0.6 Install R and R Studio
- Download and install R on your computer. This is the R website https://www.r-project.org
- Download and install R-studio. You must download and install R first before installing R-studio. The R-studio website is https://www.rstudio.com
0.7 Github.com and Github Desktop
- Create a free github account. The github website is https://github.com
- Download and install github desktop https://desktop.github.com
0.8 Test the pipeline
This semester students will be submitting their work as github repositories. Follow these steps to test the github pipeline to make sure it is working:
- Create a new R project (initialize with git)
- Create a new R Markdown document
- Publish the R project folder on Github.com
- Make commits and demonstrate that your local changes are reflected on github.com