Package: osrm
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service
OSRM
Version: 5.0.0
Authors@R: c(person("Timothée", "Giraud", email = "timothee.giraud@cnrs.fr",
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
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.3
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libssl-dev libproj-dev libsqlite3-dev libudunits2-dev
Repository: https://riatelab.r-universe.dev
Date/Publication: 2025-12-17 10:25:06 UTC
RemoteUrl: https://github.com/riatelab/osrm
RemoteRef: dev
RemoteSha: f388c164cfe07d2ccc87ee8f4587f3ba9221abb3
NeedsCompilation: no
Packaged: 2026-06-15 08:55:37 UTC; root
Author: Timothée Giraud [cre, aut] (ORCID:
),
Robin Cura [ctb] (ORCID: ),
Matthieu Viry [ctb] (ORCID: ),
Robin Lovelace [ctb] (ORCID: )
Maintainer: Timothée Giraud