Package: valh
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service
        Valhalla
Version: 0.1.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("Matthieu", "Viry", role = c("aut"),
    comment = c(ORCID = "0000-0002-0693-8556")))
Description: An interface between R and the 'Valhalla' API. 'Valhalla' is a
    routing service based on 'OpenStreetMap' data.
    See <https://valhalla.github.io/valhalla/> for more information.
    This package enables the computation of routes, trips, isochrones and
    travel distances matrices (travel time and kilometer distance).
License: GPL (>= 3)
Imports: jsonlite, googlePolylines, curl, utils, sf
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, tinytest
URL: https://github.com/riatelab/valh
BugReports: https://github.com/riatelab/valh/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-04-08 14:16:19 UTC; tim
Author: Timothée Giraud [cre, aut] (<https://orcid.org/0000-0002-1932-3323>),
  Matthieu Viry [aut] (<https://orcid.org/0000-0002-0693-8556>)
Maintainer: Timothée Giraud <timothee.giraud@cnrs.fr>
Repository: CRAN
Date/Publication: 2025-04-09 08:20:02 UTC
Built: R 4.3.3; ; 2025-04-09 10:22:13 UTC; unix
