Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/R4EPI/sitrep
Report templates and helper functions for applied epidemiology
https://github.com/R4EPI/sitrep
epidemiology msf outbreaks r-package report-generator
Last synced: 8 days ago
JSON representation
Report templates and helper functions for applied epidemiology
- Host: GitHub
- URL: https://github.com/R4EPI/sitrep
- Owner: R4EPI
- License: gpl-3.0
- Created: 2018-11-16T10:43:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T17:46:16.000Z (about 1 month ago)
- Last Synced: 2024-11-04T18:37:30.406Z (about 1 month ago)
- Topics: epidemiology, msf, outbreaks, r-package, report-generator
- Language: R
- Homepage: https://r4epi.github.io/sitrep/
- Size: 32.2 MB
- Stars: 40
- Watchers: 4
- Forks: 14
- Open Issues: 31
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - R4EPI/sitrep - Report templates and helper functions for applied epidemiology (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# Sitrep
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![CRAN status](https://www.r-pkg.org/badges/version/sitrep)](https://CRAN.R-project.org/package=sitrep)
[![Codecov test coverage](https://codecov.io/gh/R4EPI/sitrep/branch/master/graph/badge.svg)](https://codecov.io/gh/R4EPI/sitrep?branch=master)
[![R build status](https://github.com/R4EPI/sitrep/workflows/R-CMD-check/badge.svg)](https://github.com/R4EPI/sitrep/actions)```{r introduction-hunk, child="man/rmdhunks/introduction.Rmd"}
```