CRAN
gogamer 0.4.3
Go Game Data Parser
Released Sep 8, 2016 by Kota Mori
Dependencies
scales 0.5.0 magrittr 1.5 stringr 1.2.0 dplyr 0.7.4 gridExtra 2.3 Rcpp ggplot2 2.2.1
Easy and flexible interface for manipulating go game (weiqi, baduk) data. The package features a reader function for SGF (smart go format) text files, and a set of plotting functions that draw go board images.
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>gogamer</artifactId> <version>0.4.3-b20</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:gogamer')
Test Results
This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.