-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
executable file
·18 lines (18 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: openrouteservice
Title: An 'openrouteservice' API Client
Version: 0.6.1
Authors@R: c(
person("Heidelberg Institute for Geoinformation Technology (HeiGIT) gGmbH", role = "cph"),
person(c("Andrzej", "K."), "Oleś", email = "andrzej.oles@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0285-2787"))
)
Description: The client streamlines access to the services provided by <https://api.openrouteservice.org>.
It allows you to painlessly query for directions, isochrones, time-distance matrices, geocoding, elevation, points of interest, and more.
URL: https://github.com/GIScience/openrouteservice-r
BugReports: https://github.com/GIScience/openrouteservice-r/issues
Imports: geojsonsf, httr, jsonlite, jsonvalidate, keyring, leaflet, utils, V8, xml2
Suggests: covr, ggplot2, googlePolylines, lwgeom, knitr, mapview, pkgdown, RColorBrewer, rmarkdown, roxygen2, sf, testthat, units
License: Apache License 2.0
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2