-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.42 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
# Generated by roxygen2: do not edit by hand
export(SEIRS_demographics_ode)
export(SEIRS_ode)
export(SEIR_demographics_ode)
export(SEIR_ode)
export(SEIS_demographics_ode)
export(SEIS_ode)
export(SEI_demographics_ode)
export(SEI_ode)
export(SHLIR_demographics_ode)
export(SHLIR_ode)
export(SHLITR_demographics_ode)
export(SHLITR_ode)
export(SHLITR_risk_demographics_ode)
export(SHLITR_risk_ode)
export(SIRS_demographics_ode)
export(SIRS_ode)
export(SIRS_vaccination_demographics_ode)
export(SIRS_vaccination_ode)
export(SIR_demographics_ode)
export(SIR_ode)
export(SIR_vaccination_demographics_ode)
export(SIR_vaccination_ode)
export(SIS_demographics_ode)
export(SIS_ode)
export(SI_demographics_ode)
export(SI_ode)
export(add_pointer_struct)
export(aggregate_model)
export(aggregate_model_internal)
export(combine_strat_model_output)
export(combine_to_age_model)
export(estimate_norm_dist_from_ci)
export(gather_strat_multi_variable)
export(gather_strat_variable)
export(generate_parameter_permutations)
export(model_df_to_vector)
export(plot_model)
export(required_parameters)
export(scenario_analysis)
export(simulate_model)
export(solve_ode)
export(summarise_model)
export(summarise_strat_var)
export(summarise_var_by_strat)
import(magrittr)
importFrom(deSolve,lsoda)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,collect)
importFrom(dplyr,enquo)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,median)
importFrom(stringr,str_extract)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(viridis,scale_color_viridis)