Package: mapgl
Title: Wrapper for Mapbox GL JS v3 and Maplibre GL JS
Version: 0.1.0
Date: 2024-06-26
Authors@R: 
    person("Kyle", "Walker", , "kyle@walker-data.com", role = c("aut", "cre"))
Description: Provides an interface to Mapbox GL JS v3 and Maplibre GL JS for interactive,
    customizable maps in R.
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
Suggests: 
  shiny,
  mapboxapi,
  usethis
