forked from epiforecasts/EpiNow2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
210 lines (209 loc) · 5.62 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Generated by roxygen2: do not edit by hand
S3method(plot,epinow)
S3method(plot,estimate_infections)
S3method(plot,estimate_secondary)
S3method(plot,estimate_truncation)
S3method(summary,epinow)
S3method(summary,estimate_infections)
export(R_to_growth)
export(add_day_of_week)
export(adjust_infection_to_report)
export(backcalc_opts)
export(bootstrapped_dist_fit)
export(calc_CrI)
export(calc_CrIs)
export(calc_summary_measures)
export(calc_summary_stats)
export(clean_nowcasts)
export(construct_output)
export(convert_to_logmean)
export(convert_to_logsd)
export(copy_results_to_latest)
export(create_backcalc_data)
export(create_clean_reported_cases)
export(create_gp_data)
export(create_initial_conditions)
export(create_obs_model)
export(create_rt_data)
export(create_shifted_cases)
export(create_stan_args)
export(create_stan_data)
export(delay_opts)
export(dist_fit)
export(dist_skel)
export(dist_spec)
export(epinow)
export(estimate_delay)
export(estimate_infections)
export(estimate_secondary)
export(estimate_truncation)
export(estimates_by_report_date)
export(expose_stan_fns)
export(extract_CrIs)
export(extract_inits)
export(extract_stan_param)
export(forecast_secondary)
export(gamma_dist_def)
export(generation_time_opts)
export(get_dist)
export(get_generation_time)
export(get_incubation_period)
export(get_raw_result)
export(get_regional_results)
export(get_regions)
export(get_regions_with_most_reports)
export(gp_opts)
export(growth_to_R)
export(lognorm_dist_def)
export(make_conf)
export(map_prob_change)
export(obs_opts)
export(opts_list)
export(plot_estimates)
export(plot_summary)
export(regional_epinow)
export(regional_runtimes)
export(regional_summary)
export(report_cases)
export(report_plots)
export(report_summary)
export(rstan_opts)
export(rstan_sampling_opts)
export(rstan_vb_opts)
export(rt_opts)
export(sample_approx_dist)
export(save_estimate_infections)
export(save_input)
export(secondary_opts)
export(set_dt_single_thread)
export(setup_default_logging)
export(setup_dt)
export(setup_future)
export(setup_logging)
export(setup_target_folder)
export(simulate_infections)
export(simulate_secondary)
export(stan_opts)
export(summarise_key_measures)
export(summarise_results)
export(trunc_opts)
export(tune_inv_gamma)
export(update_horizon)
export(update_list)
export(update_secondary_args)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(R.utils,withTimeout)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fifelse)
importFrom(data.table,frollmean)
importFrom(data.table,frollsum)
importFrom(data.table,fwrite)
importFrom(data.table,getDTthreads)
importFrom(data.table,melt)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setDTthreads)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
importFrom(data.table,shift)
importFrom(futile.logger,appender.file)
importFrom(futile.logger,appender.tee)
importFrom(futile.logger,flog.appender)
importFrom(futile.logger,flog.debug)
importFrom(futile.logger,flog.error)
importFrom(futile.logger,flog.fatal)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.threshold)
importFrom(futile.logger,flog.trace)
importFrom(futile.logger,flog.warn)
importFrom(futile.logger,ftry)
importFrom(future,availableCores)
importFrom(future,plan)
importFrom(future,tweak)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_warn)
importFrom(lubridate,days)
importFrom(lubridate,wday)
importFrom(patchwork,plot_layout)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfc)
importFrom(purrr,pmap_dbl)
importFrom(purrr,quietly)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rlang,abort)
importFrom(rlang,cnd_muffle)
importFrom(rstan,expose_stan_functions)
importFrom(rstan,extract)
importFrom(rstan,sampling)
importFrom(rstan,sflist2stanfit)
importFrom(rstan,stanc)
importFrom(rstan,summary)
importFrom(rstan,vb)
importFrom(runner,mean_run)
importFrom(scales,comma)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,quantile)
importFrom(stats,quasipoisson)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,capture.output)
importFrom(utils,tail)
useDynLib(EpiNow2, .registration=TRUE)