-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
64 lines (63 loc) · 1.86 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
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
export(aggregate_to_weekly)
export(align_forecasts)
export(as_covid_hub_forecasts)
export(calc_cramers_dist_equal_space)
export(calc_cramers_dist_one_model_pair)
export(calc_cramers_dist_unequal_space)
export(calc_forecast_week_end_date)
export(calc_submission_due_date)
export(calc_target_end_date)
export(calc_target_week_end_date)
export(date_to_datetime)
export(download_raw_nytimes)
export(get_all_models)
export(get_model_designations)
export(get_model_metadata)
export(get_plot_forecast_data)
export(get_zoltar_project_url)
export(join_with_hub_locations)
export(load_forecast_files_repo)
export(load_forecasts)
export(load_forecasts_local_zoltar)
export(load_forecasts_repo)
export(load_forecasts_zoltar)
export(load_latest_forecasts)
export(load_latest_forecasts_repo)
export(load_latest_forecasts_zoltar)
export(load_truth)
export(name_to_fips)
export(pivot_forecasts_wider)
export(plot_forecast)
export(plot_forecasts)
export(preprocess_hospitalization)
export(preprocess_jhu)
export(preprocess_nytimes)
export(preprocess_visualization_truth)
export(reformat_forecasts)
export(score_forecasts)
export(setup_zoltar_connection)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.size)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,write_json)
importFrom(lubridate,ceiling_date)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(purrr,map_dfr)
importFrom(readr,col_character)
importFrom(readr,col_date)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(scoringutils,score)
importFrom(scoringutils,summarise_scores)
importFrom(stringr,str_split_fixed)
importFrom(yaml,yaml.load)