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 edd6a24 commit f3afd41Copy full SHA for f3afd41
R/generate_oracle_output.R
@@ -80,7 +80,8 @@ generate_oracle_output <- function(hub_path) {
80
81
## this involves duplication given how hubUtils::get_round_model_tasks
82
## behaves by default with round ids created from reference dates,
83
- ## but we do this this way for completeness / generality
+ ## but to support hubs with round_ids created in other ways, we
84
+ ## do it this way and then deduplicate as needed.
85
list_of_task_lists <- purrr::map(round_ids, \(id) {
86
hubUtils::get_round_model_tasks(config_tasks, id)
87
})
0 commit comments