This Repo contains code that helps set up your computer and R session for ITS Courses or to use ITS developed R packages.
When using R you often need to have installed the correct version, have the correct packages and dependencies, and access to the correct data and API keys. This can be difficult to convey to beginners or require intimidating long lists of prerequisites. So we have condensed the whole process down into a single one-line command that is easy to use.
For example, to set up your computer for the Transport Data Science Course simply:
- Open R Studio
- Type or Copy the following command into the console
source("https://git.io/JvGjF")
- Press Enter
- Follow the instructions
This simple command will check your computer, install all the necessary packages and tell you if your computer is ready to be used for the course.
Some extra help with ITS R courses:
- Installing R and R Studio A short guide to installing R and R Studio.
- Introduction to R Short introduction to using R.
- Geocomputation with R A free book on how to do GIS in R.
- How does Go work? More information about Go.