Package: mapgl Title: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS' Version: 0.4.9.9000 Date: 2026-05-14 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 = c("aut", "ctb"), comment = c(ORCID = "0000-0001-6690-5345", "added Flowmap.gl, layer tuner, time control") ) ) 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 Copyright: See LICENSE.note for bundled third-party JavaScript components. Encoding: UTF-8 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 LazyData: true 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://e-kotov.r-universe.dev Date/Publication: 2026-05-31 18:46:02 UTC RemoteUrl: https://github.com/e-kotov/mapgl RemoteRef: flowmap RemoteSha: 839f12d1fb43422359fe7e3d6c53eab692a9e4ed NeedsCompilation: no Packaged: 2026-06-01 21:04:26 UTC; root Author: Kyle Walker [aut, cre], Egor Kotov [aut, ctb] (ORCID: , added Flowmap.gl, layer tuner, time control) Maintainer: Kyle Walker