We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aad75 commit ea16f73Copy full SHA for ea16f73
R/endpoints.R
@@ -202,10 +202,10 @@ pub_covid_hosp_facility <- function(
202
# but correspond to epiweeks. Allow `collection_weeks` to be provided in
203
# either day or week format.
204
coercion_msg <- c(
205
- "`collection_weeks` is in week format but `pub_covid_hosp_facility`
+ "`collection_weeks` is in week format but `pub_covid_hosp_facility`
206
expects day format; dates will be converted to day format but may not
207
correspond exactly to desired time range"
208
- )
+ )
209
210
if (test_class(collection_weeks, "EpiRange") && nchar(collection_weeks$from) == 6) {
211
cli::cli_warn(coercion_msg, class = "epidatr__epirange_week_coercion")
0 commit comments