mines
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A minesweeper clone for R built using gWidgetsRGtk2
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.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。