forked from walkerke/mapgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.04 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
Package: mapgl
Title: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS'
Version: 0.1.4
Date: 2024-10-03
Authors@R:
person(given = "Kyle", family = "Walker", email = "[email protected]", role = c("aut", "cre"))
Description: Provides an interface to the 'Mapbox GL JS' (<https://docs.mapbox.com/mapbox-gl-js/guides>)
and the 'MapLibre GL JS' (<https://maplibre.org/maplibre-gl-js/docs/>) interactive mapping libraries to help users
create custom interactive maps in R. Users can create interactive globe visualizations; layer 'sf' objects to create
filled maps, circle maps, 'heatmaps', and three-dimensional graphics; and customize map styles and views. The package
also includes utilities to use 'Mapbox' and 'MapLibre' maps in 'Shiny' web applications.
URL: https://walker-data.com/mapgl/
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
htmlwidgets,
geojsonsf,
sf,
rlang,
htmltools,
grDevices,
base64enc,
terra,
classInt
Suggests:
shiny,
mapboxapi,
usethis