-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
121 lines (120 loc) · 3.34 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
# Generated by roxygen2: do not edit by hand
export(anonymise)
export(asciify)
export(change_config)
export(create_anonymisation_effect_analysis_report)
export(create_temporal_network_analysis_report)
export(get_config)
export(jitter_dates)
export(jitter_weights)
export(load_config)
export(movedata2igraph)
export(movedata2networkDynamic)
export(new_config)
export(parallel_summarise_temporal_node_properties)
export(reformat_data)
export(round_dates)
export(round_weights)
export(save_config)
export(trace_contact_chains)
export(validate_config)
import(checkmate)
import(ggplot2)
import(leaflet)
import(network)
import(networkDynamic)
import(readr)
import(tibble)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(flextable,qflextable)
importFrom(flextable,set_flextable_defaults)
importFrom(igraph,E)
importFrom(igraph,assortativity)
importFrom(igraph,betweenness)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(igraph,edge_attr)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,mean_distance)
importFrom(igraph,page_rank)
importFrom(igraph,simplify)
importFrom(igraph,strength)
importFrom(lubridate,as_date)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,period)
importFrom(lubridate,quarter)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,multiply_by_matrix)
importFrom(magrittr,raise_to_power)
importFrom(methods,as)
importFrom(network,network.size)
importFrom(networkDynamic,get.edge.activity)
importFrom(networkDynamic,get.vertex.pid)
importFrom(networkDynamic,network.collapse)
importFrom(networkDynamic,network.extract)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(plyr,round_any)
importFrom(purrr,flatten)
importFrom(purrr,has_element)
importFrom(purrr,modify)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_is_empty)
importFrom(sf,st_join)
importFrom(sf,st_transform)
importFrom(sna,component.dist)
importFrom(sna,reachability)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_sort)
importFrom(stringr,str_wrap)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,num)
importFrom(tibble,tibble)
importFrom(tidyr,expand_grid)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tsna,tDegree)
importFrom(tsna,tReach)
importFrom(utils,relist)
importFrom(withr,with_options)
importFrom(xfun,file_string)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load_file)