CRAN
V8 2.2
Embedded JavaScript Engine for R
Released Apr 13, 2019 by Jeroen Ooms
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 2 out 3 tests failed.
Dependencies
An R interface to Google's open source JavaScript engine. This package can now be compiled either with V8 version 6 or 7 (LTS) from nodejs or with the legacy 3.14/3.15 branch of V8.
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>V8</artifactId> <version>2.2-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:V8')
Test Results
This package was last tested against Renjin 0.9.2725 on May 4, 2019.