-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(distance_matrix)
export(download_graph)
export(get_probability)
export(get_shortest_path)
export(plot_map)
export(select_vertices_by_coordinates)
importFrom(Matrix,Diagonal)
importFrom(Matrix,rowSums)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(Rcpp,evalCpp)
importFrom(igraph,E)
importFrom(igraph,distances)
importFrom(igraph,make_directed_graph)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,fitBounds)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,removeShape)
importFrom(leaflet,renderLeaflet)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(methods,as)
importFrom(methods,is)
importFrom(sf,st_linestring)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(shiny,absolutePanel)
importFrom(shiny,bootstrapPage)
importFrom(shiny,checkboxInput)
importFrom(shiny,reactive)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(stats,complete.cases)
importFrom(stats,quantile)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(osmprob, .registration = TRUE)