I (5/5) workshop document

II (6/5) workshop document

III (10/5) workshop document

IV (11/5) workshop document

Installing packages not yet on your system:

inst <- match(needed, .packages(all=TRUE))
need <- which(is.na(inst))
if (length(need) > 0) install.packages(needed[need])