Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/epipredict-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/epiprocess-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/covid_case_death_rates_extension_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data-raw/covid_case_death_rates_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion man/covid_case_death_rates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/covid_case_death_rates_extended.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading