forked from walkerke/mapboxapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.66 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.66 KB
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-05-14
Version: 0.6.1
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
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