From 5275d949413af73869a4abdb40f1c9f17ef3772d Mon Sep 17 00:00:00 2001 From: Darakhshan Nehal Date: Wed, 30 Apr 2025 05:44:42 +0530 Subject: [PATCH 1/2] docs: Correct day count in README.Rmd: Changed '20 days the outbreak' to '30 days of the outbreaK' --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index bfbe2807..0b37d0b8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -66,7 +66,7 @@ library(cfr) # Load the Ebola 1976 data provided with the package data(ebola1976) -# Focus on the first 20 days the outbreak +# Focus on the first 30 days of the outbreak ebola1976_first_30 <- ebola1976[1:30, ] # Calculate the static CFR without correcting for delays From 04980ccac19df75b0d638b40836a3e01ef448312 Mon Sep 17 00:00:00 2001 From: Darakhshan Nehal Date: Wed, 30 Apr 2025 05:44:42 +0530 Subject: [PATCH 2/2] Cherry-pick of 5275d94