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 2913e33 commit 207fc0cCopy full SHA for 207fc0c
DESCRIPTION
@@ -22,10 +22,12 @@ Imports:
22
hardhat,
23
hubData,
24
hubEnsembles,
25
+ jsonlite,
26
lubridate,
27
stringr,
28
tidyr,
- tidyselect
29
+ tidyselect,
30
+ yaml
31
Remotes:
32
forecasttools=github::cdcgov/forecasttools,
33
hubUtils=github::hubverse-org/hubUtils,
NAMESPACE
@@ -3,4 +3,5 @@
3
export(excluded_locations)
4
export(generate_hub_baseline)
5
export(generate_hub_ensemble)
6
+export(update_authorized_users)
7
export(update_hub_target_data)
0 commit comments