Package: rmapzen
Type: Package
Title: Client for 'Mapzen' and Related Map APIs
Version: 0.5.1
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, ISOcodes, dplyr, assertthat,
        geojsonio, tidyr, purrr, digest, sf (>= 1.0.0), utils
RoxygenNote: 7.2.3
Suggests: testthat, covr, knitr, rmarkdown, rlang
URL: https://tarakc02.github.io/rmapzen/
BugReports: https://github.com/tarakc02/rmapzen/issues
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-10-17 16:45:39 UTC; tshah
Author: Tarak Shah [aut, cre],
  Daniel Possenriede [ctb]
Repository: CRAN
Date/Publication: 2023-10-17 17:00:02 UTC
Built: R 4.3.0; ; 2023-10-17 19:38:28 UTC; unix
