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: about 1 month ago
JSON representation

Report templates and helper functions for applied epidemiology

Lists

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"}
```