Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 917 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 917 Bytes

tsgames

The tsgames package is a collection of games written by the TalkStats community

Contributing

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.

Installation

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")