A clean project ready to use to practice outbreak analytics tasks using open-source packages from the Epiverse-TRACE, Epiforecasts, Reconverse, and R Epidemics Consortium toolkits.
This Posit Cloud already have all packages and dependencies installed.
To keep record of your edits or notes, Click on Save a Permanent Copy.
After saving your permanent copy:
- Open the files
00-packages
. - Run the script to load all the pre-installed packages.
- Start writing your own scripts.
To read data you can simulate it using {simulist}, read stored data in R packages like {outbreaks}, or read it using link to files stored on internet or GitHub repositories.
Join the Discussions on GitHub.
Contributions are always welcome!
In the GitHub repository, fill issues or fork the repository to create a Pull Request.
Get a local copy:
- Fork and clone the repository: https://github.com/epiverse-trace/epiverselearner
- Restore the R environment running:
if(!require("renv")) install.packages("renv")
renv::restore()