- I've uploaded the CSV file DutchStimuli.csv, which was missing from the original upload.
- In MainStudy_Revision.R, replace the string "GermanStimuli.csv" by "GermanStimuli_Revision.csv" to make the script work.
- The ggmap() calls don't seem to work with newer ggplot2/ggmap versions.
- Newer ggplot2 versions throw an error for certain graphs ("formal argument "panel.grid.minor.y" matched by multiple actual arguments"). The solution is to simply delete two lines in the theme() call (two lines starting with panel.grid.major.y and panel.grid.minor.y).
-