Skip to content

Commit a699ae8

Browse files
authored
Change as-of date in vignette example to match new epidatasets::covid_case_death_rates_extended as-of date (#604)
* change as-of date in vignette example * bump version
1 parent aa18382 commit a699ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: epiprocess
33
Title: Tools for basic signal processing in epidemiology
4-
Version: 0.10.4
4+
Version: 0.10.5
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", , "[email protected]", role = c("aut", "cre")),

vignettes/correlation.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The data can also be fetched from the Delphi Epidata API with the following quer
3636
```{r, eval = FALSE}
3737
library(epidatr)
3838
39-
d <- as.Date("2024-03-20")
39+
d <- as.Date("2023-03-10")
4040
4141
x <- pub_covidcast(
4242
source = "jhu-csse",

0 commit comments

Comments
 (0)