Skip to content

Commit

Permalink
fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Dec 10, 2024
1 parent 515ba69 commit a34df0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/estimate_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ estimate_secondary <- function(data,
cli_warn(c(
"!" = "Filtering initial zero observations in the data. This
functionality will be removed in future versions of EpiNow2. In order
to filter initial zero observations use the {.fn filter_leading_zeros()}
function on the data before calling {.fn estimate_secondary()."
to filter initial zero observations use the {.fn filter_leading_zeros}
function on the data before calling {.fn estimate_secondary}."
))
}
secondary_reports <- create_clean_reported_cases(
Expand Down

0 comments on commit a34df0c

Please sign in to comment.