From 9d3306164a1cf9a2a0ec2f3386fc957a68804e77 Mon Sep 17 00:00:00 2001 From: Nate McIntosh Date: Thu, 24 Oct 2024 16:53:00 -0400 Subject: [PATCH 1/3] added US as an option --- R/read_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/read_data.R b/R/read_data.R index 385f5f15..e65ba02f 100644 --- a/R/read_data.R +++ b/R/read_data.R @@ -18,7 +18,7 @@ #' @param data_path The path to the local file. This could contain a glob and #' must be in parquet format. #' @param disease One of "COVID-19" or "Influenza" -#' @param state_abb A two-letter uppercase abbreviation +#' @param state_abb A two-letter uppercase abbreviation. "US" is also an option #' @param report_date The desired single report date #' @param max_reference_date,min_reference_date The first and last reference #' dates, inclusive, of the timeseries From abdd3a27f1387c97ec14ac50944a4acc5855bd66 Mon Sep 17 00:00:00 2001 From: Nate McIntosh Date: Thu, 24 Oct 2024 17:20:17 -0400 Subject: [PATCH 2/3] run document --- man/read_data.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/read_data.Rd b/man/read_data.Rd index 87fcdfdc..400ba4ad 100644 --- a/man/read_data.Rd +++ b/man/read_data.Rd @@ -19,7 +19,7 @@ must be in parquet format.} \item{disease}{One of "COVID-19" or "Influenza"} -\item{state_abb}{A two-letter uppercase abbreviation} +\item{state_abb}{A two-letter uppercase abbreviation. "US" is also an option} \item{report_date}{The desired single report date} From baceaec0d9b578a34060d8c37df15beefd3a56ff Mon Sep 17 00:00:00 2001 From: Nate McIntosh Date: Thu, 24 Oct 2024 17:24:36 -0400 Subject: [PATCH 3/3] forgot to update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 3a9c7d45..8b3e088c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -29,3 +29,4 @@ * Read from new parameters schema * Fix bugs in parameter reading from local test run * Fix bugs in parameter reading from local test run +* Add "US" as an option in `state_abb`