Package: mapdeck
Type: Package
Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl'
Version: 0.2.1
Date: 2019-01-22
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.3.0)
Imports: colourvalues (>= 0.2.2), geojsonsf (>= 1.3.0), googlePolylines
        (>= 0.7.2), htmltools, htmlwidgets, jsonify (>= 0.2.0),
        magrittr, Rcpp, shiny
RoxygenNote: 6.1.1
Suggests: covr, jsonlite, knitr, rmarkdown, sf, spatialwidget, testthat
VignetteBuilder: knitr
LinkingTo: BH, colourvalues, geojsonsf, jsonify, rapidjsonr, Rcpp,
        spatialwidget (>= 0.2.0)
NeedsCompilation: yes
Packaged: 2019-01-22 03:58:14 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2019-01-22 09:20:03 UTC
