A project to demonstrate how to solve outbreak analytics tasks using open-source packages from the Epiverse-TRACE, Epiforecasts, Reconverse, and R Epidemics Consortium toolkits.
Note
These entries are now hosted and maintained in the How-to Guides repository of the Epiverse-TRACE organisation. You can access them at: https://epiverse-trace.github.io/howto/
- Open any
task-...R file in root. - Run the content to explore how a set of task are coded to solve an end goal.
All data is simulated or stored within R packages.
The Posit Cloud already have all packages and dependencies installed.
To keep record of your edits or notes, Click on Save a Permanent Copy.
Join the Discussions on GitHub.
Contributions are always welcome!
In the GitHub repository, fill issues or fork the repository to create a Pull Request.
- Fork and clone the repository: https://github.com/epiverse-trace/epiverse_demos
- Restore the R environment running:
if(!require("renv")) install.packages("renv")
renv::restore()