Skip to content

Commit

Permalink
update inform
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jan 31, 2025
1 parent 73a4a88 commit d7d9292
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ check_na_setting_against_data <- function(data, cols_to_check, obs) {
"i" = "In order to treat missing or `NA` cases as zeroes, see
solutions in {.url https://github.com/epiforecasts/EpiNow2/issues/767#issuecomment-2348805272}", #nolint
"i" = "If the data is reported at non-daily intervals (for example
weekly), consider using `obs_opts(na=\"accumulate\")`.",
"i" = "For more information on these options, see `?obs_opts`."
weekly), consider using `fill_missing()`.",
),
.frequency = "regularly",
.frequency_id = "check_na_setting_against_data"
Expand Down

0 comments on commit d7d9292

Please sign in to comment.