-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.37 KB
/
Copy pathDESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.37 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
Package: mapgl
Title: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS'
Version: 0.5.1.9000
Date: 2026-08-07
Authors@R: c(
person(given = "Kyle", family = "Walker", email = "kyle@walker-data.com", role = c("aut", "cre")),
person(given = "Egor", family = "Kotov", email = "kotov.egor@gmail.com", role = "ctb"))
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/
BugReports: https://github.com/walkerke/mapgl/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
htmlwidgets,
geojsonsf,
sf,
rlang,
htmltools,
grDevices,
base64enc,
terra,
classInt,
shiny,
viridisLite,
png,
jsonlite,
httpuv
Suggests:
chromote,
knitr,
mapboxapi,
testthat (>= 3.0.0),
usethis,
leaflet,
withr
Config/testthat/edition: 3