-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.06 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
# Generated by roxygen2: do not edit by hand
S3method(plot,fv_forecast)
S3method(plot,fv_posterior)
S3method(print,fv_posterior)
S3method(summary,fv_forecast)
S3method(summary,fv_posterior)
export(add_forecast_dates)
export(bp_launch_shinystan)
export(check_observations)
export(define_scenarios)
export(extract_forecast_dates)
export(filter_by_availability)
export(forecast)
export(forecast_across_dates)
export(forecast_across_scenarios)
export(fv_as_data_list)
export(fv_dow_period)
export(fv_example)
export(fv_extract_forecast)
export(fv_inits)
export(fv_model)
export(fv_posterior)
export(fv_sample)
export(fv_score_forecast)
export(fv_tidy_posterior)
export(generate_obs)
export(generate_obs_scenario)
export(latest_obs)
export(plot_cases)
export(plot_default)
export(plot_growth)
export(plot_posterior)
export(plot_rt)
export(plot_theme)
export(plot_voc_advantage)
export(plot_voc_frac)
export(quantiles_to_long)
export(sample_sequences)
export(save_plots)
export(unnest_posterior)
export(update_obs_availability)
export(update_voc_label)
import(cmdstanr)
import(data.table, except = transpose)
import(ggplot2)
importFrom(bayesplot,mcmc_pairs)
importFrom(bayesplot,nuts_params)
importFrom(cmdstanr,cmdstan_model)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(future.apply,future_lapply)
importFrom(posterior,as_draws_df)
importFrom(posterior,default_convergence_measures)
importFrom(posterior,quantile2)
importFrom(posterior,rhat)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(rstan,read_stan_csv)
importFrom(scales,comma)
importFrom(scales,log2_trans)
importFrom(scales,logit_trans)
importFrom(scales,percent)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,runif)