CRAN
ztype 0.1.0
Run a Ztype Game Loaded with R Functions
Released Dec 23, 2016 by Vincent Guyader
Dependencies
magrittr 1.5 assertthat 0.2.0 stringr 1.3.0 ggplot2 2.2.1 lubridate 1.7.3 dplyr 0.7.4 rvest 0.3.2
How fast can you type R functions on your keyboard? Find out by running a 'zty.pe' game: export R functions as instructions to type to destroy opponents vessels.
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>ztype</artifactId> <version>0.1.0-b17</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:ztype')
Test Results
This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.