run_multiple()
after a single call of run()
. Reported on 14.Added missing checks of tool class when adding a model with add_too_n
.
Various small improvements.
Added the following models: ModelSEIRD
, ModelSEIRDCONN
, ModelSIRD
, ModelSIRDCONN
, and ModelSISD
.
Fixed a bug reported on issue 6.
Added a NEWS.md
file to track changes to the package.
Fixed bug reported by CRAN about reference to nullptr.
Renamed arguments across Models in favor of consistency.
Figures now show virus/tool name instead of id.
Fixed bug in run_multiple
and added more tests (C++).
Redid autoconf and Makevars using RcppArmadillo as a template for checking for OpenMP.