Skip to content
Merged
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: This package provides functions to help with the maintenance of CDC
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Imports:
checkmate,
cli,
Expand Down
6 changes: 4 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ export(excluded_locations)
export(generate_hub_baseline)
export(generate_hub_ensemble)
export(generate_oracle_output)
export(get_forecast_data)
export(get_hub_name)
export(get_map_data)
export(included_locations)
export(summarize_ref_date_forecasts)
export(update_authorized_users)
export(update_hub_target_data)
export(write_ref_date_summary)
export(write_ref_date_summary_all)
export(write_ref_date_summary_ensemble)
importFrom(rlang,":=")
importFrom(rlang,.data)
169 changes: 0 additions & 169 deletions R/get_forecast_data.R
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the thought to retain this for backward compatibility? I think it is not used enough yet to make this worthwhile. I would just delete and make sure we port over the (currently one) hub that uses it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally wrote a deprecation comment on both get_*.R files, but I left them with minimal comment, in hopes that you might afford some remarks. I think deleting them makes the most sense (given there is not really a user base who've become accustomed to them) but didn't want to make this decision myself.

This file was deleted.

Loading