Skip to content

Commit

Permalink
Fix typo and add news
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkucharski committed Jun 24, 2024
1 parent b697a70 commit 5de4572
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ This release includes:
9. 100% code coverage,
10. Workflows to render the vignettes and README as a website.

# cfr 0.1.1

Updated version to fix instability in normal approximation with displayed Ebola example. This release includes:

1. Removal of normal approximation from the `.estimate_severity()` function.
2. Updated


## Correction

_cfr_ v0.1.0 only includes functionality for static ascertainment calculations. The functionality for time-varying ascertainment is expected to be included in future versions, and an older implementation was removed just prior to release. The news section for _cfr_ v0.1.0 has been updated to reflect this.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library(cfr)
data(ebola1976)
# Focus on the first 20 days the outbreak
ebola1976_first_20 <- ebola1976[1:30,]
ebola1976_first_30 <- ebola1976[1:30,]
# Calculate the static CFR without correcting for delays
cfr_static(data = ebola1976_first_30)
Expand Down

0 comments on commit 5de4572

Please sign in to comment.