-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
50 lines (50 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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", ,"[email protected]", role = c("aut", "cre"))
)
Description: Provides a mechanism to plot an interactive map using 'Mapbox GL'
(<https://docs.mapbox.com/mapbox-gl-js/api/>), a javascript library for interactive maps,
and 'Deck.gl' (<https://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)
SystemRequirements: C++14
Imports:
colourvalues (>= 0.3.9),
googlePolylines (>= 0.7.2),
geojsonsf (>= 2.0.3),
htmlwidgets,
jsonify (>= 1.2.2),
magrittr,
Rcpp (>= 1.0.10),
shiny,
sfheaders (>= 0.4.4)
RoxygenNote: 7.2.3
LinkingTo:
BH,
colourvalues (>= 0.3.9),
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.5)
Suggests:
covr,
googleway,
jsonlite,
knitr,
rmarkdown,
spatialwidget,
testthat
VignetteBuilder: knitr