Skip to content

Version 1.4.0 on 2019 May 09

Compare
Choose a tag to compare
@michdn michdn released this 09 May 23:21
· 270 commits to master since this release

The version 1.4.0 update allows for a 'model only' run to generate and output the model only (model_run = TRUE). This can be fed back into run_epidemiar() with the model_obj argument, and will skip the model building step, saving processing time.

See also epidemiar-demo (https://github.com/EcoGRAPH/epidemiar-demo/releases/latest) for a full demo and walkthrough of how to create environmentally-mediated disease forecast reports.

We suggest installation using remotes and this will build vignettes as well:
remotes::install_github("ecograph/[email protected]", build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))

If you are not installing via remotes::install_github(), and you are installing from the binary/source files: afterwards, make sure that you have all the package dependencies installed (listed in the DESCRIPTION), as this does not automagically happen.