Package: mapdeck
Type: Package
Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl'
Version: 0.3.6
Date: 2024-07-02
Authors@R: c(
person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre"))
)
Description: Provides a mechanism to plot an interactive map using
'Mapbox GL' (), a
javascript library for interactive maps, and 'Deck.gl'
(), a javascript library which uses 'WebGL'
for visualising large data sets.
License: GPL-3
URL: https://symbolixau.github.io/mapdeck/articles/mapdeck.html
BugReports: https://github.com/SymbolixAU/mapdeck/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Imports: colourvalues (>= 0.3.11), googlePolylines (>= 0.8.7),
geojsonsf (>= 2.0.3), htmlwidgets, jsonify (>= 1.2.2),
magrittr, Rcpp (>= 1.0.14), shiny, sfheaders (>= 0.4.4)
RoxygenNote: 7.3.1
LinkingTo: BH, colourvalues (>= 0.3.11), geojsonsf (>= 2.0.3),
geometries (>= 0.2.4), interleave (>= 0.1.2), jsonify (>=
1.2.2), rapidjsonr, Rcpp (>= 1.0.10), sfheaders (>= 0.4.4),
spatialwidget (>= 0.2.6)
Suggests: covr, googleway, jsonlite, knitr, rmarkdown, spatialwidget,
testthat
VignetteBuilder: knitr
Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev
Repository: https://symbolixau.r-universe.dev
Date/Publication: 2025-03-21 00:30:20 UTC
RemoteUrl: https://github.com/symbolixau/mapdeck
RemoteRef: HEAD
RemoteSha: 27c9a8db162cfae8d422545eb5b084409ee63836
NeedsCompilation: yes
Packaged: 2026-05-29 09:55:26 UTC; root
Author: David Cooley [aut, cre]
Maintainer: David Cooley