Version 2.0.1 Released 2019 October 11
Version 2.0.1 is a quick patch to solve a conflict with an update in a dependent package, which was causing errors in environmental data processing during forecasting in some situations.
We suggest installing using remotes::install_github() function as this will automatically install dependent packages (the modified build_opts will allow vignettes to be installed also).
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: make sure that you have all the package dependencies installed (listed in the DESCRIPTION), as this does not automagically happen.
See the included package vignettes, and 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. Vignettes are also attached to this release in pdf form.
Known Issues:
If you are getting the "cannot open URL http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.6/PACKAGES" error on installation, you can work around this by installing the dependent packages first (e.g. install.packages("surveillance"), etc.
This version is not compatible with Rcpp that needs compilation.