Skip to content

Commit b12d656

Browse files
committed
pass tests
1 parent 55e0808 commit b12d656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-bake-method.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
test_that("bake method works in all cases", {
22
edf <- case_death_rate_subset %>%
33
filter(time_value > "2021-11-01", geo_value %in% c("ak", "ca", "ny"))
4-
r <- epi_recipe(jhu) %>%
4+
r <- epi_recipe(edf) %>%
55
step_epi_lag(death_rate, lag = c(0, 7, 14)) %>%
66
step_epi_ahead(death_rate, ahead = 7)
77

8-
r2 <- epi_recipe(jhu) %>%
8+
r2 <- epi_recipe(edf) %>%
99
step_epi_lag(death_rate, lag = c(0, 7, 14)) %>%
1010
step_epi_ahead(death_rate, ahead = 7) %>%
1111
step_epi_naomit()

0 commit comments

Comments
 (0)