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 f3afd41 commit 273dc04Copy full SHA for 273dc04
R/generate_oracle_output.R
@@ -80,7 +80,7 @@ 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 to support hubs with round_ids created in other ways, we
+ ## 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)
0 commit comments