-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.55 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(add_point_forecasts)
export(add_status)
export(convert_to_weekly)
export(create_ensemble_average)
export(create_ensemble_relative_skill)
export(date_to_week_end)
export(format_ensemble)
export(get_hub_config)
export(get_model_designations)
export(link_preview)
export(run_ensemble)
export(run_multiple_ensembles)
export(score_forecasts)
export(summarise_scores)
export(use_ensemble_criteria)
import(gh)
importFrom(covidHubUtils,load_forecasts)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(here,here)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,wday)
importFrom(lubridate,weeks)
importFrom(purrr,map2)
importFrom(readr,read_csv)
importFrom(scoringutils,pairwise_comparison)
importFrom(scoringutils,score)
importFrom(scoringutils,summarise_scores)
importFrom(stats,median)
importFrom(tidyr,complete)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(vroom,vroom)
importFrom(yaml,read_yaml)