CRAN
deckgl 0.1.8
An R Interface to 'deck.gl'
Released Nov 19, 2018 by Stefan Kuethe
Dependencies
magrittr 1.5 readr 1.1.1 yaml 2.2.0 htmltools 0.3.6 htmlwidgets 1.3 tibble 1.4.2 base64enc 0.1-3 jsonlite 1.5
Makes 'deck.gl'
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>deckgl</artifactId> <version>0.1.8-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:deckgl')
Test Results
This package was last tested against Renjin 0.9.2710 on Nov 21, 2018.
- JavaScript_code_/_data_accessors.get_color
- JavaScript_code_/_data_accessors.get_property
- add_data-examples
- deckgl_widget.create_widget_E1
- deckgl_widget.create_widget_E2
- deckgl_widget.create_widget_E3
- deckgl_widget.create_widget_E4
- deckgl_widget.create_widget_E5
- icons.custom_icon_properties_E1
- icons.custom_icon_properties_E2
- testthat
- tooltips.pickable_not_set
- tooltips.pickable_set_to_FALSE