-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.54 KB
/
DESCRIPTION
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
Type: Package
Package: skynet
Version: 1.4.4
Title: Generates Networks from BTS Data
Authors@R: person("Filipe", "Teixeira", email = "Filipe.MarquesTeixeira@Ugent.be", role = c("aut", "cre"))
Maintainer: Filipe Teixeira <Filipe.MarquesTeixeira@Ugent.be>
URL: https://github.com/ropensci/skynet
Description: A flexible tool that allows generating bespoke
air transport statistics for urban studies based on publicly available
data from the Bureau of Transport Statistics (BTS) in the United States
<https://www.transtats.bts.gov/databases.asp?Z1qr_VQ=E&Z1qr_Qr5p=N8vn6v10&f7owrp6_VQF=D>.
License: MIT + file LICENSE
BugReports: https://github.com/ropensci/skynet/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Collate:
'PowerLaw.R'
'createNodes.R'
'data_ODsample.R'
'data_airports.R'
'data_carriers.R'
'data_metro.R'
'disparityfilter.R'
'findAirport.R'
'fromto.R'
'netImport.R'
'netDir.R'
'netUnd.R'
'netInt.R'
'netPath.R'
'make_net_trip.R'
'skynet.R'
'nodeStats.R'
'import_t100.R'
'import_db1b.R'
'import_ontime.R'
'findCarrier.R'
'plotMap.R'
'skynet_example.R'
'bootnet.R'
'summary.R'
'download_db1b.R'
'download_t100.R'
'download_t100_int.R'
'download_ontime.R'
Depends:
R (>= 3.1.2)
Imports:
data.table,
igraph,
dplyr,
ggplot2,
ggrepel,
stringr,
httr,
geosphere,
leaflet,
RCurl,
maps
Suggests:
knitr,
rmarkdown,
testthat,
kableExtra,
covr
VignetteBuilder: knitr