mrc-ide/deterministic-malaria-model

Missing dependency `dde`

Opened this issue · 0 comments

When following the installation steps in the README, I get an error when running the run_model_example() function.

Error in loadNamespace(x) : there is no package called ‘dde’

This is fixed with a simple install.packages("dde"), but I was wondering if this is a dependency that could be added to the repository somewhere so that you don't have to run this in future.