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, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL
###
kota7/gogamer documentation built on May 20, 2019, 1:10 p.m.