Build Status CRAN Status

kgschart

kgschart is an R package for parsing KGS rank graphs into numeric data (KGS is an online platform for the game of go). See Documentation for package introduction, or visit the web app to try the package functionality on browsers.

Installation

This package is now on CRAN. You can download by:

install.packages("kgschart")

Alternatively, you can download the latest version from the GitHub repository.

devtools::install_github("kota7/kgschart-r")