Package: osrm
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service
        OSRM
Version: 4.1.1
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")), 
    person("Matthieu", "Viry", role = c("ctb")), 
    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
URL: https://github.com/riatelab/osrm
BugReports: https://github.com/riatelab/osrm/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-30 14:03:31 UTC; tim
Author: Timothée Giraud [cre, aut] (<https://orcid.org/0000-0002-1932-3323>),
  Robin Cura [ctb],
  Matthieu Viry [ctb],
  Robin Lovelace [ctb] (<https://orcid.org/0000-0001-5679-6536>)
Maintainer: Timothée Giraud <timothee.giraud@cnrs.fr>
Repository: CRAN
Date/Publication: 2023-03-30 14:20:16 UTC
Built: R 4.2.0; ; 2023-03-31 12:48:26 UTC; unix
