BC3203

How to get upstream fixes to assignments

  1. First login to rstudio and then switch to the project for the relevant assignment.
  2. Find the relevant piece of code (see below) and run it in the Terminal.
  3. Doing this will often replace your exercises.Rmd but you will have a backup of your answers in exercises_bak.Rmd. You will need to manually copy answers from your old exercises_bak.Rmd to exercises.Rmd

Fix for Week 5 tidy data

cp exercises.Rmd exercises_bak.Rmd
wget 'https://cloudstor.aarnet.edu.au/plus/s/4s5zPKmxM9QT6yT/download' -O fix.tgz
tar -zxvf fix.tgz