MicroMoB 0.1.2
CRAN release: 2023-01-17
- skip plumber API tests on CRAN due to occasional failures out of developer control.
MicroMoB 0.1.1
- coerce initial state to
integertype insetup_humans_SIP() - add getters and setters for parameters for mosquito RM, aquatic BH, and aquatic trace models.
MicroMoB 0.1.0
CRAN release: 2022-07-01
- adds ability to model larval breeding pools separately from patches
- adds human SIP (Susceptible-Infected-Protected) model
- adds prevalence sampling with test sens/spec
observe_pfpr() - adds simple bloodmeal computation
compute_bloodmeal_simple() - significantly simplifies
step_mosquitoes.RM_stochastic() - update vignettes with better use of
data.tableand discrete time equilibrium calculations
MicroMoB 0.0.12
CRAN release: 2022-03-17
- move
plumberdependency to “Suggests” to avoid NOTE in checks. - fix bug in
step_mosquitoes.RM_deterministicwhere mortality applied to incubating mosquitoes would not correctly be dependent on patch. - use
plumber:::findPort()in test of plumber API
MicroMoB 0.0.10
- add functions to each model allowing parameters to be read in from specially formatted JSON files
- add
inst/extdatafolder with JSON files for testing config - add
jsonlitepackage toImportsfor JSON config capability - add
plumberpackage toImportsto expose a web API - add
inst/plumber/subfolders to store Plumber APIs - add
callrpackage toSuggestsfor testing API - add
httrpackage toSuggestsfor testing API - add
callrpackage toSuggestsfor using CSV serialization to return simulation output from API -
pparameter for RM adult mosquito model is now allowed to be patch and time varying - add new vignette “Advanced topics” describing how to extend the package and the Plumber web API.
- add
withrpackage toSuggeststo clean up after testing API.
MicroMoB 0.0.9
CRAN release: 2022-02-01
- add information on return value to all function documentation
- reset
paroptions in vignettes - improve diagrams in vignettes
MicroMoB 0.0.6
- improve all vignettes and documentation for clarity.
- fix DESCRIPTION according to CRAN checks.
MicroMoB 0.0.5
- higher quality graphics (https://github.com/dd-harp/MicroMoB/issues/47)
- bloodmeal directed wiring diagram (https://github.com/dd-harp/MicroMoB/issues/41)
MicroMoB 0.0.4
- faster multinomial draws, using the algorithm presented in “An asymptotically optimal, online algorithm for weighted random sampling with replacement”
MicroMoB 0.0.3
- add Code of Conduct
- improvements to vignettes (bloodmeal.Rmd and MicroMoB.Rmd)
- improvements to function reference page
MicroMoB 0.0.2
- initial release of minimum viable product: https://github.com/dd-harp/MicroMoB/issues/28