-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.27 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
Package: mobdb
Type: Package
Title: Access the 'Mobility Database' API to Discover Transit Feeds
Version: 1.0.1
Authors@R:
person("Jason", "Adle", , "developer@jasonadle.dev", role = c("aut", "cre", "cph"))
Description: Search and access transit feed data from the
'Mobility Database' <https://mobilitydatabase.org>. The package wraps the 'Mobility Database'
API, allowing users to discover 'GTFS' (General Transit Feed Specification) and
'GBFS' (General Bikeshare Feed Specification) feeds from agencies worldwide.
Functions are designed to integrate seamlessly with
packages like 'tidytransit' and 'gtfstools' for subsequent feed analysis.
URL: https://mobdb.jasonadle.dev, https://github.com/jasonad123/mobdb
BugReports: https://github.com/jasonad123/mobdb/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0)
Imports:
curl,
httr2 (>= 1.0.0),
cli (>= 3.0.0),
rlang (>= 1.0.0),
tibble (>= 3.0.0),
dplyr (>= 1.0.0),
lifecycle,
digest
Suggests:
testthat (>= 3.0.0),
withr (>= 2.0.0),
httptest2,
knitr,
rmarkdown,
tidytransit,
gtfsio,
keyring,
sf,
gbfs,
zip,
hms
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0