Prerequisites

Packages

In order to follow this course, you will need several R packages. To install them, use those commands:

install.packages("tidyverse")
install.packages("sf")
install.packages("gapminder")
install.packages("spData")

for Ubuntu users, some external libraries needs to be provided by the system, so please check this installation guide : rtask.thinkr.fr/installation-of-r-3-5-on-ubuntu-18-04-lts-and-tips-for-spatial-packages/

Data

Most of the data will come from the packages but we will use some external data. You can download the zip file here: roelandtn.frama.io/cours_r_pdm/data.zip