Skip to content

Commit

Permalink
fix recommended workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 11, 2024
1 parent 87f5c0f commit b7ccaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Recommended workflow e.g. for weekly incidence data
data |>
fill_missing(confirm = "accumulate", initial_accumulate = 7) |>
fill_missing(missing = "accumulate", initial_accumulate = 7) |>
estimate_infections()
```

Expand Down

0 comments on commit b7ccaeb

Please sign in to comment.