-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
82 lines (81 loc) · 2.07 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
# Generated by roxygen2: do not edit by hand
S3method(summary,skynet)
export(boot_network)
export(createNodes)
export(disparity_filter)
export(download_db1b)
export(download_ontime)
export(download_t100)
export(download_t100_int)
export(find_airport)
export(find_carrier)
export(fit_power)
export(from_to_stats)
export(import_db1b)
export(import_ontime)
export(import_t100)
export(make.netInt)
export(make_net_dir)
export(make_net_path)
export(make_net_trip)
export(make_net_und)
export(netImport)
export(net_map)
export(nodeStatsMetro)
export(node_stats)
export(skynet_example)
import(igraph)
import(stringr)
importFrom(RCurl,base64Encode)
importFrom(RCurl,curlSetOpt)
importFrom(RCurl,getCurlHandle)
importFrom(RCurl,getURL)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(geosphere,gcIntermediate)
importFrom(ggplot2,aes)
importFrom(ggplot2,borders)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_curve)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,theme)
importFrom(graphics,curve)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,progress)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(maps,map)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,unzip)
importFrom(utils,write.csv)