-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.05 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
Package: metro
Title: Washington Metropolitan Area Transit Authority API
Version: 0.9.3
Authors@R:
person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9229-7897"))
Description: The Washington Metropolitan Area Transit Authority is a
government agency operating light rail and passenger buses in the
Washington D.C. area. With a free developer account, access their
'Metro Transparent Data Sets API' <https://developer.wmata.com/> to
return data frames of transit data for easy analysis.
License: GPL (>= 3)
URL: https://k5cents.github.io/metro/, https://github.com/k5cents/metro
BugReports: https://github.com/k5cents/metro/issues
Depends:
R (>= 2.10)
Imports:
geodist (>= 0.0.6),
hms (>= 1.0.0),
httr (>= 1.4.2),
jsonlite (>= 1.7.1),
tibble (>= 3.0.4)
Suggests:
covr (>= 3.5.1),
mockr (>= 0.1),
spelling (>= 2.2),
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3