The tsgames
package is a collection of games written by the TalkStats community
We welcome contributions to this package. If you are interested in contributing please read the wiki page with instructions on our preferred method to submit contributions.
Currently there isn't a release on CRAN.
You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL
on it, or use the devtools package to install the development version:
## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("tsgames", "TalkStats")