mrc-ide / squire

SEIR transmission model of COVID-19. Documentation at:
https://mrc-ide.github.io/squire/
Other
50 stars 28 forks source link

Allow custom model for deterministic #92

Closed giovannic closed 4 years ago

giovannic commented 4 years ago

This PR allows us to execute the deterministic model in javascript from R.

This allows us to easily create test cases using the javascript solvers and dismiss any approximation errors.

An example of how to do this is in tests/testthat/test-js.R

OJWatson commented 4 years ago

LGTM - can you just bump the version number in DESCRIPTION and update the NEWS.md as well