Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.23 KB

epiverse_demos

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.

Usage

  1. Open any task-... R file in root.
  2. 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.

Posit Cloud

The Posit Cloud already have all packages and dependencies installed.

To keep record of your edits or notes, Click on Save a Permanent Copy.

Support

Join the Discussions on GitHub.

License

MIT

Contributing

Contributions are always welcome!

In the GitHub repository, fill issues or fork the repository to create a Pull Request.

Installation

  1. Fork and clone the repository: https://github.com/epiverse-trace/epiverse_demos
  2. Restore the R environment running:
if(!require("renv")) install.packages("renv")
renv::restore()