Package: mapboxapi
Type: Package
Title: R Interface to 'Mapbox' Web Services
Date: 2024-09-20
Version: 0.6.2
Authors@R: 
    c(person(given = "Kyle", family = "Walker", email = "kyle@walker-data.com", 
    role = c("aut", "cre")), 
    person(given = "Eli", family = "Pousson", email = "eli.pousson@gmail.com",
    role = "ctb"),
    person(given = "Anthony", family = "North", role = c("ctb", "cph"), email = "anthony.jl.north@gmail.com"),
    person(given = "Miles", family = "McBain", role = "ctb", email = "miles.mcbain@gmail.com"))
Maintainer: Kyle Walker <kyle@walker-data.com>
Description: Includes support for 'Mapbox' Navigation APIs, including directions, 
  isochrones, and route optimization; the Search API for forward and reverse geocoding; 
  the Maps API for interacting with 'Mapbox' vector tilesets and visualizing 
  'Mapbox' maps in R; and 'Mapbox Tiling Service' and 'tippecanoe' for generating map tiles.
  See <https://docs.mapbox.com/api/> for more information about the 'Mapbox' APIs.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/walkerke/mapboxapi,
        https://walker-data.com/mapboxapi/
BugReports: https://github.com/walkerke/mapboxapi/issues
Depends: R (>= 3.3.0)
Imports: httr, sf, jsonlite, purrr, curl, dplyr (>= 1.0.0), tidyr (>=
        1.0.0), aws.s3, stringi, slippymath, protolite, rlang,
        geojsonsf, magick, leaflet, units, raster, png, jpeg, htmltools
Suggests: ggspatial, grDevices, mapdeck, tigris, tidycensus, tmap,
        mapboxer, testthat (>= 3.0.0)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-09-20 17:52:37 UTC; kylewalker
Author: Kyle Walker [aut, cre],
  Eli Pousson [ctb],
  Anthony North [ctb, cph],
  Miles McBain [ctb]
Repository: CRAN
Date/Publication: 2024-09-20 18:20:02 UTC
Built: R 4.3.3; ; 2024-09-20 19:33:18 UTC; unix
