Package: EpiReport Type: Package Title: Epidemiological Report Version: 1.0.4 Date: 2025-04-18 Authors@R: c( person( given = "Lore", family = "Merdrignac", role = c("aut", "ctr", "cre"), email = "l.merdrignac@epiconcept.fr", comment = "Author of the package and original code"), person( given = "Tommi", family = "Karki", role = c("aut", "fnd"), email = "tommi.karki@ecdc.europa.eu"), person( given = "Esther", family = "Kissling", role = c("aut", "ctr"), email = "e.kissling@epiconcept.fr"), person( given = "Joana", family = "Gomes Dias", role = c("aut", "fnd"), email = "joana.gomes.dias@ecdc.europa.eu", comment = "Project manager")) Description: Drafting an epidemiological report in 'Microsoft Word' format for a given disease, similar to the Annual Epidemiological Reports published by the European Centre for Disease Prevention and Control. Through standalone functions, it is specifically designed to generate each disease specific output presented in these reports and includes: - Table with the distribution of cases by Member State over the last five years; - Seasonality plot with the distribution of cases at the European Union / European Economic Area level, by month, over the past five years; - Trend plot with the trend and number of cases at the European Union / European Economic Area level, by month, over the past five years; - Age and gender bar graph with the distribution of cases at the European Union / European Economic Area level. Two types of datasets can be used: - The default dataset of dengue 2015-2019 data; - Any dataset specified as described in the vignette. Depends: R (>= 3.5.0) License: EUPL Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Imports: officer, flextable, zoo, png, dplyr, tidyr, tidyselect, ggplot2 Suggests: knitr (>= 1.20), rmarkdown VignetteBuilder: knitr URL: https://www.ecdc.europa.eu/en/publications-data/monitoring/all-annual-epidemiological-reports https://epiconcept-paris.github.io/EpiReport/ Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://epiconcept-paris.r-universe.dev Date/Publication: 2025-05-02 08:42:22 UTC RemoteUrl: https://github.com/epiconcept-paris/epireport RemoteRef: HEAD RemoteSha: 4e21734ea64a87531782880d951d1d52c0a29b60 NeedsCompilation: no Packaged: 2026-07-13 06:06:45 UTC; root Author: Lore Merdrignac [aut, ctr, cre] (Author of the package and original code), Tommi Karki [aut, fnd], Esther Kissling [aut, ctr], Joana Gomes Dias [aut, fnd] (Project manager) Maintainer: Lore Merdrignac