R/gogamer.R

### package documentation ###

#' gogamer: Go Game Data Parser
#'
#' @description 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.
#'
#' @docType package
#' @name gogamer
NULL


### enable Rcpp ###
#' @useDynLib gogamer
#' @importFrom Rcpp sourceCpp
NULL
###

Try the gogamer package in your browser

Any scripts or data that you put into this service are public.

gogamer documentation built on May 29, 2017, 4:10 p.m.