-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
57 lines (57 loc) · 1.66 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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 = "[email protected]",
role = c("aut", "cre")),
person(given = "Eli", family = "Pousson", email = "[email protected]",
role = "ctb"),
person(given = "Anthony", family = "North", role = c("ctb", "cph"), email = "[email protected]"),
person(given = "Miles", family = "McBain", role = "ctb", email = "[email protected]"))
Maintainer: Kyle Walker <[email protected]>
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
LazyData: true
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)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3