-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
102 lines (101 loc) · 2.72 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Generated by roxygen2: do not edit by hand
export("%>%")
export(brms_model)
export(bsts_model)
export(compare_models)
export(compare_timeseries)
export(draw_from_si_prob)
export(evaluate_model)
export(fable_model)
export(forecastHybrid_model)
export(forecast_cases)
export(forecast_cases_directly)
export(forecast_model)
export(forecast_rt)
export(iterative_case_forecast)
export(iterative_direct_case_forecast)
export(iterative_rt_forecast)
export(plot_compare_timeseries)
export(plot_forecast)
export(plot_forecast_evaluation)
export(plot_scores)
export(predict_cases)
export(predict_current_cases)
export(score_case_forecast)
export(score_forecast)
export(stackr_model)
export(summarise_case_forecast)
export(summarise_forecast)
export(summarise_scores)
importFrom(HDInterval,hdi)
importFrom(R.utils,withTimeout)
importFrom(cowplot,panel_border)
importFrom(cowplot,plot_grid)
importFrom(cowplot,theme_cowplot)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,`:=`)
importFrom(data.table,copy)
importFrom(data.table,setDT)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pick)
importFrom(dplyr,recode_factor)
importFrom(dplyr,rename)
importFrom(dplyr,sample_frac)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_pmap)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(lubridate,days)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(rlang,has_name)
importFrom(scoringutils,score)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rpois)
importFrom(stats,rt)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,ts)
importFrom(tibble,tibble)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)