Package: rmapzen
Type: Package
Title: Client for 'Mapzen' and Related Map APIs
Version: 0.4.3
Authors@R: c(
    person("Tarak", "Shah", email = "tarak.shah@gmail.com", role = c("aut", "cre")),
    person("Daniel","Possenriede", role = "ctb"))
Maintainer: Tarak Shah <tarak.shah@gmail.com>
Description: Provides an interface to 'Mapzen'-based APIs (including 
    geocode.earth, Nextzen, and NYC GeoSearch) for geographic search 
    and geocoding, isochrone calculation, and vector data to draw map tiles. 
    See <https://www.mapzen.com/documentation/> for more information. The original 
    Mapzen has gone out of business, but 'rmapzen' can be set up to work with 
    any provider who implements the Mapzen API. 
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 2.10)
Imports: tibble, httr, jsonlite, maps, dplyr, assertthat, geojsonio,
        tidyr, purrr, sp, rgdal, digest, maptools, sf (>= 1.0.0), utils
RoxygenNote: 7.1.1
Suggests: testthat, covr, knitr, rmarkdown, rlang
URL: https://tarakc02.github.io/rmapzen/
BugReports: https://github.com/tarakc02/rmapzen/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-17 21:29:01 UTC; tshah
Author: Tarak Shah [aut, cre],
  Daniel Possenriede [ctb]
Repository: CRAN
Date/Publication: 2021-06-18 08:30:02 UTC
Built: R 4.0.2; ; 2021-06-19 11:10:19 UTC; unix
