Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

File metadata and controls

37 lines (26 loc) · 1.14 KB

sitrep

Travis build status AppVeyor build status Codecov test coverage

The goal of sitrep is provide report templates for common epidemiological surveys and outbreak reports. The package further contains helper function that standardize certain analyses.

The package is work in progress to test the idea of report templates within a central package. Anything can change or break at any time.

Installation

You can install the released version of sitrep from CRAN with:

install.packages("sitrep")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("R4EPI/sitrep")