-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 1.02 KB
/
Copy pathNAMESPACE
File metadata and controls
39 lines (38 loc) · 1.02 KB
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
# Generated by roxygen2: do not edit by hand
export(calc_network_distance)
export(create_adj_network)
export(make_edgelist)
export(patchmax)
import(R6)
import(checkmate)
import(cppRouting)
import(data.table, except = c("last","first","between"))
import(dplyr)
import(furrr)
import(ggplot2)
import(sf)
importFrom(Rcpp,sourceCpp)
importFrom(cppRouting,get_distance_matrix)
importFrom(cppRouting,makegraph)
importFrom(data.table,data.table)
importFrom(furrr,future_map_dbl)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(igraph,"V<-")
importFrom(igraph,"edge_attr<-")
importFrom(igraph,"vertex_attr<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_edgelist)
importFrom(igraph,delete_vertices)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,vertex_attr)
importFrom(proxy,dist)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_join)
importFrom(sf,st_overlaps)
importFrom(sf,st_relate)
importFrom(sf,st_sample)
useDynLib(patchmax, .registration = TRUE)