From 18cb637221efd8ecbe4dedea049d02bcf6ec0a9e Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:11:35 +0200 Subject: [PATCH 1/2] Remove i2extras package --- Epidemiology.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Epidemiology.md b/Epidemiology.md index ee5039d..cbefb92 100644 --- a/Epidemiology.md +++ b/Epidemiology.md @@ -89,10 +89,6 @@ and exploration of epidemiological data. estimation of daily growth rate. [RECON](https://www.repidemicsconsortium.org/) package. This package is scheduled for deprecation and is replaced by `r pkg("incidence2")`. -- `r pkg("i2extras")`: Provides functions to work with 'incidence2' objects, - including a simplified interface for trend fitting, estimation of growth - rates, and peak estimation. [RECON](https://www.repidemicsconsortium.org/) - package. ## Infectious disease modeling From 2c78b14bdc825b7ee8b1940b65a664a4800b7bc5 Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:12:53 +0200 Subject: [PATCH 2/2] Add removed.csv to record removals & archivals This is important for downstream data analysis. Especially, archivals since we may want to know if the ecosystem is growing (more new releases than archivals) --- data/removed.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/removed.csv diff --git a/data/removed.csv b/data/removed.csv new file mode 100644 index 0000000..6cbd43e --- /dev/null +++ b/data/removed.csv @@ -0,0 +1,2 @@ +package,removed_on,reason, +i2extras,2024-06-04,"maintainer request",