Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dasonk/mines
- Owner: Dasonk
- Created: 2012-06-02T22:14:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-22T04:45:02.000Z (about 12 years ago)
- Last Synced: 2024-10-11T18:35:45.946Z (27 days ago)
- Language: R
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.