ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

Load bayesplot earlier and eager load libraries from other files #88

Open Sjors opened 4 years ago

Sjors commented 4 years ago

Load bayesplot earlier and add missing libraries. This saves idiots like myself from running the model for an hour and then seeing:

Error in library(bayesplot) : there is no package called ‘bayesplot’
Execution halted

The second commit cleans up whitespace.