-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 859 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 859 Bytes
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
Package: graphhopper
Title: An R Interface to the 'GraphHopper' Directions API
Version: 0.1.3
Date: 2021-07-17
Maintainer: Stefan Kuethe <crazycapivara@gmail.com>
Authors@R: person("Stefan", "Kuethe", role = c("aut", "cre"), email = "crazycapivara@gmail.com")
Description: Provides a quick and easy access to the 'GraphHopper' Directions API.
'GraphHopper' <https://www.graphhopper.com/> itself is a routing engine based on 'OpenStreetMap' data.
API responses can be converted to simple feature (sf) objects in a convenient way.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
httr,
googlePolylines,
jsonlite,
tibble,
dplyr
Suggests:
sf,
geojsonsf,
ggplot2,
testthat
RoxygenNote: 6.1.1
URL: https://github.com/crazycapivara/graphhopper-r
BugReports: https://github.com/crazycapivara/graphhopper-r/issues