-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
executable file
·52 lines (51 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(case_plot)
export(dist_no_reall)
export(dist_reall)
export(dist_setup)
export(draw.contagion)
export(format_network)
export(inf_prob)
export(network_null)
export(outbreak_model)
export(outbreak_setup)
export(outbreak_step)
export(parameter_sweep)
export(plot_network)
export(scenario_sim)
export(theme_ls)
import(clue)
import(diagram)
import(dplyr, except = c(union,as_data_frame,groups))
import(fields)
import(ggplot2)
import(igraph)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,sample_frac)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(furrr,future_options)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(purrr,rbernoulli)
importFrom(purrr,safely)
importFrom(reshape2,melt)
importFrom(sn,dsn)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)