Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasonk/mines

A minesweeper clone for R built using gWidgetsRGtk2
https://github.com/dasonk/mines

Last synced: 2 days ago
JSON representation

A minesweeper clone for R built using gWidgetsRGtk2

Awesome Lists containing this project

README

        

mines
=====

A minesweeper clone for R built using gWidgetsRGtk2

## Installation

Currently there isn't a release on [CRAN](http://cran.r-project.org/).

You can, however, download the [zip ball](https://github.com/Dasonk/mines/zipball/master) or [tar ball](https://github.com/Dasonk/mines/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("mines", "Dasonk")
```

Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.