Skip to content

Commit cd5aa48

Browse files
author
admin
committed
Removed unnecessary epiprocess
1 parent 740094e commit cd5aa48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-methods-epi_df.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ toy_epi_df <- tibble::tibble(
88
), times = 2),
99
geo_value = rep(c("ca", "hi"), each = 5),
1010
indicator_var = as.factor(rep(1:2, times = 5)),
11-
) %>% epiprocess::as_epi_df(additional_metadata =
12-
c(other_keys = "indicator_var"))
11+
) %>% as_epi_df(additional_metadata = c(other_keys = "indicator_var"))
1312

1413
att_toy = attr(toy_epi_df, "metadata")
1514

0 commit comments

Comments
 (0)