diff --git a/R/epipredict-data.R b/R/epipredict-data.R index f0ef2f7..57cdb85 100644 --- a/R/epipredict-data.R +++ b/R/epipredict-data.R @@ -3,7 +3,7 @@ #' This data source of confirmed COVID-19 cases and deaths is based on reports #' made available by the Center for Systems Science and Engineering at Johns #' Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata -#' API. This example data is a snapshot as of May 31, 2022, and +#' API. This example data is a snapshot as of Jan 27, 2025, and #' ranges from December 31, 2020 to December 31, 2021. It #' includes all states. #' diff --git a/R/epiprocess-data.R b/R/epiprocess-data.R index c4d2b57..d3bb380 100644 --- a/R/epiprocess-data.R +++ b/R/epiprocess-data.R @@ -214,7 +214,7 @@ #' This data source of confirmed COVID-19 cases and deaths is based on reports #' made available by the Center for Systems Science and Engineering at Johns #' Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata -#' API. This example data is a snapshot as of May 31, 2022, and +#' API. This example data is a snapshot as of Jan 27, 2025, and #' ranges from March 1, 2020 to December 31, 2021. It #' includes all states. #' diff --git a/R/sysdata.rda b/R/sysdata.rda index 73ef614..73cdba2 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/data-raw/covid_case_death_rates_extension_tbl.R b/data-raw/covid_case_death_rates_extension_tbl.R index a8b3093..d9b16cd 100644 --- a/data-raw/covid_case_death_rates_extension_tbl.R +++ b/data-raw/covid_case_death_rates_extension_tbl.R @@ -3,7 +3,7 @@ library(epidatr) source(here::here("data-raw/_helper.R")) -d <- as.Date("2022-05-31") +d <- as.Date("2025-01-27") x <- pub_covidcast( source = "jhu-csse", diff --git a/data-raw/covid_case_death_rates_tbl.R b/data-raw/covid_case_death_rates_tbl.R index 81d0fad..5f47c6f 100644 --- a/data-raw/covid_case_death_rates_tbl.R +++ b/data-raw/covid_case_death_rates_tbl.R @@ -3,7 +3,7 @@ library(epidatr) source(here::here("data-raw/_helper.R")) -d <- as.Date("2022-05-31") +d <- as.Date("2025-01-27") x <- pub_covidcast( source = "jhu-csse", diff --git a/man/covid_case_death_rates.Rd b/man/covid_case_death_rates.Rd index 06c12da..8d63ff6 100644 --- a/man/covid_case_death_rates.Rd +++ b/man/covid_case_death_rates.Rd @@ -34,7 +34,7 @@ covid_case_death_rates This data source of confirmed COVID-19 cases and deaths is based on reports made available by the Center for Systems Science and Engineering at Johns Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata -API. This example data is a snapshot as of May 31, 2022, and +API. This example data is a snapshot as of Jan 27, 2025, and ranges from December 31, 2020 to December 31, 2021. It includes all states. } diff --git a/man/covid_case_death_rates_extended.Rd b/man/covid_case_death_rates_extended.Rd index 1f1c5fc..362895f 100644 --- a/man/covid_case_death_rates_extended.Rd +++ b/man/covid_case_death_rates_extended.Rd @@ -34,7 +34,7 @@ covid_case_death_rates_extended This data source of confirmed COVID-19 cases and deaths is based on reports made available by the Center for Systems Science and Engineering at Johns Hopkins University, as downloaded from the CMU Delphi COVIDcast Epidata -API. This example data is a snapshot as of May 31, 2022, and +API. This example data is a snapshot as of Jan 27, 2025, and ranges from March 1, 2020 to December 31, 2021. It includes all states. }