-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
36 lines (36 loc) · 1.17 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
Package: osrm
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service OSRM
Version: 4.2.0
Authors@R: c(person("Timothée", "Giraud", email = "[email protected]",
role = c("cre","aut"), comment = c(ORCID = "0000-0002-1932-3323")),
person("Robin", "Cura", role = c("ctb"),
comment = c(ORCID = "0000-0001-5926-1828")),
person("Matthieu", "Viry", role = c("ctb"),
comment = c(ORCID = "0000-0002-0693-8556")),
person("Robin", "Lovelace", role = c("ctb"),
comment = c(ORCID = "0000-0001-5679-6536"))
)
Description: An interface between R and the 'OSRM' API. 'OSRM' is a routing
service based on 'OpenStreetMap' data. See <http://project-osrm.org/> for more
information. This package enables the computation of routes, trips, isochrones and
travel distances matrices (travel time and kilometric distance).
License: GPL (>= 3)
Imports:
RcppSimdJson,
curl,
utils,
mapiso,
googlePolylines,
sf
Depends:
R (>= 3.5.0)
Suggests:
mapsf,
tinytest,
covr,
terra
URL: https://github.com/riatelab/osrm
BugReports: https://github.com/riatelab/osrm/issues
Encoding: UTF-8
RoxygenNote: 7.3.1