-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 906 Bytes
/
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
28
29
Package: TargomoR
Type: Package
Title: Interface to the 'Targomo' API
Version: 0.2.0.9000
Authors@R: person("Chris", "Mason-Thom", email = "[email protected]", role=c("aut","cre"))
Description: Functions to provide an intuitive interface for retrieving travel time data from the
'Targomo' API (see <https://targomo.com/developers/> for details). Provides support for retrieving
isochrone polygons, travel routes, times and distances. Also includes functions for easily adding
the data to 'leaflet' maps, and functions for using the 'Targomo' map tiles.
License: GPL-3
URL: https://cwthom.github.io/TargomoR
BugReports: https://github.com/cwthom/TargomoR/issues
Imports:
leaflet,
magrittr,
httr,
jsonlite,
geojsonsf,
sf,
tibble,
xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown