Skip to content

Commit

Permalink
Follow recommended best practice for incidence2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 6, 2023
1 parent 4a7bf2c commit 4fa2962
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ renv::use(
"htmltools@0.5.7",
"httpuv@1.6.12",
"httr@1.4.7",
"incidence2@2.2.1",
"incidence2@2.2.3",
"isoband@0.2.7",
"janitor@2.2.0",
"jquerylib@0.1.4",
Expand Down Expand Up @@ -452,7 +452,7 @@ i_recent <- dat_raw %>%
```{r}
dat_i_day <- dat_raw %>%
incidence("date",
interval = 1,
interval = "daily",
counts = count_var,
groups = group_var
) %>%
Expand Down

0 comments on commit 4fa2962

Please sign in to comment.