-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 809 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
Package: otpr
Title: An R Wrapper for the 'OpenTripPlanner' REST API
Version: 0.5.1
Authors@R: c(
person("Marcus", "Young", email = "M.A.Young@soton.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4627-1116"))
)
Description: A wrapper for the 'OpenTripPlanner' <http://www.opentripplanner.org/>
REST API. Queries are submitted to the relevant 'OpenTripPlanner' API resource, the response
is parsed and useful R objects are returned.
License: MIT + file LICENSE
URL: https://github.com/marcusyoung/otpr
BugReports: https://github.com/marcusyoung/otpr/issues
Language: en-GB
Encoding: UTF-8
Imports:
checkmate,
httr,
geojsonsf,
janitor,
jsonlite,
sf,
urltools,
dplyr,
rrapply,
rlang
RoxygenNote: 7.1.2
Suggests:
testthat,
covr