-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1015 Bytes
/
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
Package: transitr
Title: Predict Transit Vehicle Arrival Times using Transit Network
Version: 0.4.9000
Authors@R: person("Tom", "Elliott", email = "[email protected]",
role = c("aut", "cre"))
Description: GTFS is an API specification used globally for transit data, including realtime vehicle locations. This package allows users to a) construct a transit network, b) track vehicles in real time to update the network, and c) obtain arrival time predictions.
License: GPL-3
URL: https://github.com/tmelliott/transitr
BugReports: https://github.com/tmelliott/transitr/issues
Encoding: UTF-8
LazyData: true
SystemRequirements:
C++11,
libcurl,
GNU Make
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
tools,
RSQLite,
RPostgreSQL,
magrittr,
stats,
utils,
httr,
jsonlite,
glue,
ggplot2,
shiny,
leaflet
Suggests:
testthat (>= 2.0.0),
covr
LinkingTo:
Rcpp,
RcppThread,
BH,
testthat
RoxygenNote: 6.1.1
Biarch: TRUE