-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
48 lines (48 loc) · 1.62 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
Package: opentripplanner
Title: Setup and connect to 'OpenTripPlanner'
Version: 0.5.2
Authors@R: c(
person("Malcolm", "Morgan", email = "[email protected]", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Marcus", "Young", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4627-1116")),
person("Robin", "Lovelace", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5679-6536")),
person("Layik", "Hama", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1912-4890"))
)
Maintainer: Malcolm Morgan <[email protected]>
Description: Setup and connect to 'OpenTripPlanner' (OTP) <http://www.opentripplanner.org/>.
OTP is an open source platform for multi-modal and multi-agency
journey planning written in 'Java'. The package allows you to manage a local version or
connect to remote OTP server to find walking, cycling, driving, or transit routes.
This package has been peer-reviewed by rOpenSci (v. 0.2.0.0).
Language: EN-GB
License: GPL-3
URL: https://github.com/ropensci/opentripplanner, https://docs.ropensci.org/opentripplanner/
BugReports: https://github.com/ropensci/opentripplanner/issues
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
data.table,
geodist,
googlePolylines,
curl,
rjson,
purrr (>= 1.0.0),
RcppSimdJson (>= 0.1.2),
progressr,
sf (>= 0.9.3),
sfheaders
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
rmarkdown,
testthat,
terra,
tibble
VignetteBuilder: knitr
Depends:
R (>= 4.0)