Skip to content

Commit 97fd6d5

Browse files
committed
recreate covid_case_death_rates* objects with a newer as-of date to get rid of a erroneous negative value
1 parent 071d8d3 commit 97fd6d5

7 files changed

+6
-6
lines changed

R/epipredict-data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' This data source of confirmed COVID-19 cases and deaths is based on reports
44
#' made available by the Center for Systems Science and Engineering at Johns
55
#' Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata
6-
#' API. This example data is a snapshot as of May 31, 2022, and
6+
#' API. This example data is a snapshot as of Jan 27, 2025, and
77
#' ranges from December 31, 2020 to December 31, 2021. It
88
#' includes all states.
99
#'

R/epiprocess-data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
#' This data source of confirmed COVID-19 cases and deaths is based on reports
215215
#' made available by the Center for Systems Science and Engineering at Johns
216216
#' Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata
217-
#' API. This example data is a snapshot as of May 31, 2022, and
217+
#' API. This example data is a snapshot as of Jan 27, 2025, and
218218
#' ranges from March 1, 2020 to December 31, 2021. It
219219
#' includes all states.
220220
#'

R/sysdata.rda

-16 Bytes
Binary file not shown.

data-raw/covid_case_death_rates_extension_tbl.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library(epidatr)
33

44
source(here::here("data-raw/_helper.R"))
55

6-
d <- as.Date("2022-05-31")
6+
d <- as.Date("2025-01-27")
77

88
x <- pub_covidcast(
99
source = "jhu-csse",

data-raw/covid_case_death_rates_tbl.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library(epidatr)
33

44
source(here::here("data-raw/_helper.R"))
55

6-
d <- as.Date("2022-05-31")
6+
d <- as.Date("2025-01-27")
77

88
x <- pub_covidcast(
99
source = "jhu-csse",

man/covid_case_death_rates.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/covid_case_death_rates_extended.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)