NEWS


daedalus.compare 0.0.6

This patch version updates daedalus.compare to be compatible with daedalus >= v0.2.38 which introduced separate hospitalisation compartments in daedalus PR 109. This should have been fixed in v0.0.4.

daedalus.compare 0.0.5

This patch version allows users to run multiple vaccination scenarios by passing a list of <daedalus_vaccination> objects to run_scenarios().

daedalus.compare 0.0.4

This patch version updates {daedalus.compare} to work with {daedalus} v0.3.0.

Breaking changes

Other changes

daedalus.compare 0.0.3

Restores ability to get epidemic summary disaggregated by age and other groups by passing arguments to daedalus::get_epidemic_summary() via ... in get_summary_data().

daedalus.compare 0.0.2

Updates for compatibility with daedalus >= v0.2.16 which re-introduces list-infection inputs.

daedalus.compare 0.0.1

This is the first version of daedalus.compare and adds:

  1. A scenario-runner function run_scenarios() that wraps around daedalus::daedalus_rtm() and allows running multiple scenarios of pandemic mitigation responses with uncertainty in the infection parameters.

  2. Multiple functions downstream of run_scenarios() that help get data from scenarios in formats suitable for plotting or summarisation: get_epicurve_data(), get_summary_data(), get_cost_data(), and get_econ_cost_data().

  3. Helper functions and constants: ci(), make_infection_samples(), and NAMES_VECTOR_INF_PARAMS.

  4. Basic tests and function documentation.