Package: rmapzen
Type: Package
Title: Client for 'Mapzen' and Related Map APIs
Version: 0.4.4
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, rgeos
RoxygenNote: 7.2.2
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-03-07 19:08:03 UTC; tshah
Author: Tarak Shah [aut, cre],
  Daniel Possenriede [ctb]
Repository: CRAN
Date/Publication: 2023-03-07 19:20:02 UTC
Built: R 4.1.2; ; 2023-03-08 12:30:32 UTC; unix
