Package: mapdeck
Type: Package
Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl'
Version: 0.1.0
Date: 2018-08-11
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
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: googlePolylines (>= 0.6.2), htmlwidgets, htmltools, scales,
        shiny, jsonlite, magrittr, viridisLite
RoxygenNote: 6.0.1
Suggests: covr, geojsonsf, knitr, rmarkdown, sf, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-08-14 21:53:43 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2018-08-16 10:30:05 UTC
