R JavaScript
Switch branches/tags
Nothing to show
Latest commit 8313460 Jul 28, 2016 @jbkunst adding gitattrs
Permalink
Failed to load latest commit information.
R adding fns to solve #9 and #8, creating devscripts folder Jul 28, 2016
data fix data Nov 10, 2015
demo adding new examples and some changes for check Oct 26, 2015
devscripts adding fns to solve #9 and #8, creating devscripts folder Jul 28, 2016
inst updating readme Nov 5, 2015
man adding fns to solve #9 and #8, creating devscripts folder Jul 28, 2016
.Rbuildignore adding fns to solve #9 and #8, creating devscripts folder Jul 28, 2016
.gitattributes adding gitattrs Jul 28, 2016
.gitignore
.travis.yml trying to build on osx Nov 5, 2015
DESCRIPTION
LICENSE
NAMESPACE
README.md Update README.md Nov 19, 2015
cran-comments.md adding comments to md Nov 5, 2015
rchess.Rproj roxygen Oct 7, 2015

README.md

rchess A chess package for R

travis-status version downloads

The rchess package is a chess move, generation/validation, piece placement/movement, and check/checkmate/stalemate detection.

This Packages is a wrapper for the chess.js javascript library and integrates htmlwidget for plot chessboard using chessboardjs library.

For installation you use:

install.packages("rchess")
# Or
devtools::install_github("jbkunst/rchess")