Package: mapdeck
Type: Package
Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl'
Version: 0.3.1
Date: 2020-03-23
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' 
		(<https://www.mapbox.com/mapbox-gl-js/api/>), a javascript library for interactive maps,
		and 'Deck.gl' (<http://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 (>= 3.5.0)
Imports: colourvalues (>= 0.3.4), googlePolylines (>= 0.7.2), geojsonsf
        (>= 1.3.3), htmltools, htmlwidgets, jsonify (>= 1.1.1),
        magrittr, Rcpp, shiny, sfheaders (>= 0.2.1)
RoxygenNote: 7.0.2
Suggests: covr, googleway, jsonlite, knitr, rmarkdown, spatialwidget,
        testthat
VignetteBuilder: knitr
LinkingTo: BH, colourvalues, geojsonsf (>= 1.3.3), jsonify (>= 1.1.1),
        rapidjsonr, Rcpp, sfheaders (>= 0.2.1), spatialwidget (>=
        0.2.2)
NeedsCompilation: yes
Packaged: 2020-03-23 22:40:11 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2020-03-24 07:40:06 UTC
