From 5000d4ed07f049b4af1e9e533a985b93d98dc3b6 Mon Sep 17 00:00:00 2001 From: nmdefries <42820733+nmdefries@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:07:39 -0500 Subject: [PATCH 1/2] change as-of date in vignette example --- vignettes/correlation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/correlation.Rmd b/vignettes/correlation.Rmd index bfcbeb141..22a794c96 100644 --- a/vignettes/correlation.Rmd +++ b/vignettes/correlation.Rmd @@ -36,7 +36,7 @@ The data can also be fetched from the Delphi Epidata API with the following quer ```{r, eval = FALSE} library(epidatr) -d <- as.Date("2024-03-20") +d <- as.Date("2023-03-10") x <- pub_covidcast( source = "jhu-csse", From 34ad8381b0749c8846fc0adf5ccda3ce40ebf8fa Mon Sep 17 00:00:00 2001 From: nmdefries <42820733+nmdefries@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:12:33 -0500 Subject: [PATCH 2/2] bump version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 52426f7ab..6affabda1 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: epiprocess Title: Tools for basic signal processing in epidemiology -Version: 0.10.4 +Version: 0.10.5 Authors@R: c( person("Jacob", "Bien", role = "ctb"), person("Logan", "Brooks", , "lcbrooks+github@andrew.cmu.edu", role = c("aut", "cre")),