- Different versions of software
- Data type problems (is that a string or a number?)
- Working directory problems: trying to read files that R “can’t find”
- RStudio can help, and so do RStudio Projects
- discuss in Data Input/Output lecture
- Typos (R is case sensitive,
x
andX
are different)- RStudio helps with “tab completion”
- discussed throughout