Replication data for "Global hunger risk in alternative climate change and socio-political scenarios" How to setup Clone this repository in the folder you would want it. Open "undernourishmentProjections.Rproj" in RStudio. git clone https://github.com/prio-data/undernourishmentProjections.git Install required packages (including the "https://github.com/prio-data/heterolm" package, and possibly also "https://github.com/kvelleby/poldat") renv::install() Download and unzip the data data_url <- "TBA" data_file <- file.path("data_raw", "data.zip") download.file(data_url, destfile = data_file) unzip(data_file) Run "run_this.R" source("run_this.R")