-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.15 KB
/
DESCRIPTION
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: valhallr
Type: Package
Title: A Tidy Interface to the 'Valhalla' Routing Engine
Version: 0.1.9000
Author: Christopher Belanger
Maintainer: Christopher Belanger <[email protected]>
Description: An interface to the 'Valhalla' routing engine’s
application programming interfaces (APIs) for turn-by-turn routing,
isochrones, and origin-destination analyses. Also includes several
user-friendly functions for plotting outputs, and strives to follow
"tidy" design principles. Please note that this package requires
access to a running instance of 'Valhalla', which is open source and
can be downloaded from <https://github.com/valhalla/valhalla>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: httr, purrr, jsonlite, dplyr, magrittr, tibble, tidyr, sf,
leaflet, ggplot2, htmltools, stringr, ggspatial, geojsonio,
rlang, Cairo
RoxygenNote: 7.1.1
URL: https://github.com/chris31415926535/valhallr
BugReports: https://github.com/chris31415926535/valhallr/issues
Roxygen: list(markdown = TRUE)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-04 14:56:42 UTC; chris