Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epiverse-trace/tutorials
https://github.com/epiverse-trace/tutorials
carpentries-workbench english-language epidemic-modelling outbreak-analysis pre-alpha rstats
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epiverse-trace/tutorials
- Owner: epiverse-trace
- License: other
- Created: 2023-08-25T11:47:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T00:48:21.000Z (about 2 months ago)
- Last Synced: 2024-11-26T01:28:54.275Z (about 2 months ago)
- Topics: carpentries-workbench, english-language, epidemic-modelling, outbreak-analysis, pre-alpha, rstats
- Language: R
- Homepage: https://epiverse-trace.github.io/tutorials/
- Size: 20.4 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 40
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# tutorials
[![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)The goal of `tutorials` is to host tutorials for Outbreak analytics with R.
## Usage
> NOTE: The expected date for the deployment of the first set of tutorials is mid-November 2023.
Visualize this content as a webpage at
To build the website locally, please refer to [the contributing guidelines](CONTRIBUTING.md).
## Contributing
Contributions are always welcome!
See our [Contributing guide](CONTRIBUTING.md) for ways to get started.
Please adhere to this project's [Code of Conduct](CODE_OF_CONDUCT.md).
## License
Read the [License](LICENSE.md) of this tutorial.
## Authors
- [@amanda-minter](https://github.com/amanda-minter/)
- [@avallecam](https://github.com/avallecam/)```{r,eval=FALSE,echo=FALSE}
readCitationFile(file = "inst/CITATION")
```## Related projects
+ R package vignettes: Look at all Epiverse-TRACE packages in [our developer space](https://epiverse-trace.github.io/).
+ [How-to guides](https://epiverse-trace.github.io/howto/): reproducible recipes with concrete steps to solve specific Outbreak Analysis questions.
+ [The Epidemiologist R Handbook](https://www.epirhandbook.com/en/index.html): Quick R code reference manual with task-centered examples that address common epidemiological problems.
+ *COMING SOON* case studies: reproducible case-studies of outbreak data analysis tasks using R packages.