Skip to content

Commit

Permalink
Fix breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 4, 2023
1 parent aa2a5bc commit 07cc599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ last_trends <- last_counts %>%
plot(last_trends,
angle = 45,
date_format = "%d %b %y",
color = "white",
fill = green_grey,
alpha = 0.8,
n_breaks = 12,
nrow = n_groups,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ i_recent <- dat_raw %>%
```{r}
dat_i_day <- dat_raw %>%
incidence("date",
interval = 1L,
interval = 1,
counts = count_var,
groups = group_var
) %>%
Expand Down

0 comments on commit 07cc599

Please sign in to comment.