Package: mapgl Title: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS' Version: 0.5.0.9000 Date: 2026-07-01 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' () and the 'MapLibre GL JS' () 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 Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2026-07-01 17:43:40 UTC RemoteUrl: https://github.com/walkerke/mapgl RemoteRef: HEAD RemoteSha: 7201f97f3fb6981dfac4e844535ef3f75857e6b1 NeedsCompilation: no Packaged: 2026-07-01 19:24:35 UTC; root Author: Kyle Walker [aut, cre], Egor Kotov [ctb] Maintainer: Kyle Walker