Skip to content
Open
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
3 changes: 2 additions & 1 deletion data-raw/generate_example_forecast_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
l_keep <- c("25", "48")
q_lvls_keep <- c("0.05", "0.1", "0.25", "0.5", "0.75", "0.9", "0.95")
d_keep <- c("2022-11-19", "2022-12-17")
hubData::connect_hub(hub_path, file_format = "parquet", skip_checks = TRUE) |>
hub_path |>
hubData::connect_hub(file_format = "parquet", skip_checks = TRUE) |>
dplyr::filter(
.data[["location"]] %in% l_keep,
.data[["output_type"]] != "quantile" |
(.data[["output_type"]] == "quantile" &
.data[["output_type_id"]] %in% q_lvls_keep),

Check warning on line 26 in data-raw/generate_example_forecast_data.R

View workflow job for this annotation

GitHub Actions / lint

file=data-raw/generate_example_forecast_data.R,line=26,col=10,[indentation_linter] Indentation should be 11 spaces but is 10 spaces.
.data[["reference_date"]] %in% d_keep
) |>
hubData::collect_hub()
Expand Down
Binary file modified data/forecast_outputs.rda
Binary file not shown.
Loading