Package: gogamer
Type: Package
Title: Go Game Data Parser
Version: 0.4.3
Authors@R: c(
  person("Kota", "Mori", email = "kmori05@gmail.com", role = c("aut", "cre"))
  )
Maintainer: Kota Mori <kmori05@gmail.com>
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.
License: MIT + file LICENSE
Depends: R (>= 3.1)
Imports: dplyr, ggplot2, graphics, gridExtra, magrittr, scales, stats,
        stringr, Rcpp, utils,
LazyData: TRUE
RoxygenNote: 5.0.1
Suggests: testthat
URL: https://github.com/kota7/gogamer
BugReports: https://github.com/kota7/gogamer/issues
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2016-09-08 01:41:02 UTC; Kota.Mori
Author: Kota Mori [aut, cre]
Repository: CRAN
Date/Publication: 2016-09-08 07:33:47
