-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 2.11 KB
/
NAMESPACE
File metadata and controls
74 lines (73 loc) · 2.11 KB
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
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
export(calculate_ww_metadata_table)
export(convert_rolling_sum_to_inc)
export(quantile_metrics)
export(quiet)
export(sample_metrics)
export(save_csv)
export(trajectories_to_quantiles)
importFrom(arrow,write_parquet)
importFrom(cli,cli_warn)
importFrom(data.table,as.data.table)
importFrom(data.table,setattr)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forecast,auto.arima)
importFrom(forecast,forecast)
importFrom(fs,dir_create)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,parse_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,days)
importFrom(lubridate,ymd)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(scoringutils,as_forecast_quantile)
importFrom(scoringutils,as_forecast_sample)
importFrom(scoringutils,get_metrics)
importFrom(scoringutils,log_shift)
importFrom(scoringutils,score)
importFrom(scoringutils,summarise_scores)
importFrom(scoringutils,transform_forecasts)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,starts_with)
importFrom(wwinference,get_draws)
importFrom(wwinference,get_plot_forecasted_counts)
importFrom(wwinference,get_plot_ww_conc)
importFrom(wwinference,wwinference)