Skip to content

Commit 8cd4202

Browse files
committed
doc: revert file access in sliding.Rmd
1 parent 4e4a5d9 commit 8cd4202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/sliding.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ versions for the less up-to-date input archive.
6868
```{r grab-epi-data}
6969
theme_set(theme_bw())
7070
71-
y <- readRDS(here::here("vignettes/articles/all_states_covidcast_signals.rds"))
71+
y <- readRDS("all_states_covidcast_signals.rds")
7272
y <- purrr::map(y, ~ select(.x, geo_value, time_value, version = issue, value))
7373
7474
x <- epix_merge(

0 commit comments

Comments
 (0)