Skip to content

Commit cae4d15

Browse files
committed
get started builds, checks pass
1 parent 29ac6b0 commit cae4d15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vignettes/epipredict.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ library(parsnip)
2121
library(workflows)
2222
library(recipes)
2323
library(epiprocess)
24-
# remotes::install_github("cmu-delphi/epipredict")
2524
library(epipredict)
2625
```
2726

@@ -362,7 +361,7 @@ To illustrate everything above, here is (roughly) the code for the `flatline_for
362361
r <- epi_recipe(jhu) %>%
363362
step_epi_ahead(case_rate, ahead = 7, skip = TRUE) %>%
364363
update_role(case_rate, new_role = "predictor") %>%
365-
my_add_role(all_of(epi_keys(jhu)), new_role = "predictor")
364+
add_role(all_of(epi_keys(jhu)), new_role = "predictor")
366365
367366
# bit of a weird hack to get the latest values per key
368367
latest <- get_test_data(epi_recipe(jhu), jhu)

0 commit comments

Comments
 (0)