-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
38 lines (38 loc) · 1.02 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
Package: deckgl
Title: An R Interface to 'deck.gl'
Version: 0.3.0
Date: 2023-02-19
Authors@R: person("Stefan", "Kuethe", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Stefan Kuethe <[email protected]>
Description: Makes 'deck.gl' <https://deck.gl/>, a WebGL-powered open-source JavaScript framework
for visual exploratory data analysis of large datasets, available within R via the 'htmlwidgets' package.
Furthermore, it supports basemaps from 'mapbox' <https://www.mapbox.com/> via
'mapbox-gl-js' <https://github.com/mapbox/mapbox-gl-js>.
URL:
https://github.com/crazycapivara/deckgl/,
https://crazycapivara.github.io/deckgl/
BugReports: https://github.com/crazycapivara/deckgl/issues/
Depends: R (>= 3.3)
Imports:
htmlwidgets,
htmltools,
magrittr,
base64enc,
yaml,
jsonlite,
readr,
tibble
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
testthat,
rprojroot,
sf,
scales,
RColorBrewer,
shiny
VignetteBuilder: knitr