CRAN

deckgl 0.1.8

An R Interface to 'deck.gl'

Released Nov 19, 2018 by Stefan Kuethe

This package can be loaded by Renjin but 1 out 13 tests failed.

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' , 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' via 'mapbox-gl-js' .

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>

View build log

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.

Source

R

View GitHub Mirror

Release History