Package: osrm
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service
        OSRM
Version: 1.0
Date: 2015-09-22
Authors@R: c(person("Timothée", "Giraud", email = "timothee.giraud@ums-riate.fr", role = c("cre","aut")))
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. A public API exists but one can run its own instance. This package allows to compute distance (travel time and kilometric distance) between points and travel time matrices.
License: GPL-3
LazyData: TRUE
Imports: jsonlite, RCurl, XML, reshape2, utils
Depends: R (>= 2.10)
URL: https://github.com/rCarto/osrm
BugReports: https://github.com/rCarto/osrm/issues
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2015-09-30 08:00:54 UTC; tg
Author: Timothée Giraud [cre, aut]
Maintainer: Timothée Giraud <timothee.giraud@ums-riate.fr>
Repository: CRAN
Date/Publication: 2015-09-30 11:40:00
