1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
[](https://cran.r-project.org/package=gplots)
[](https://cranlogs.r-pkg.org/badges/gplots?color=yellow)
[](https://cranlogs.r-pkg.org/badges/grand-total/gplots?color=yellowgreen)
[](https://app.codecov.io/github/talgalili/gplots?branch=master)
[](https://github.com/talgalili/gplots/actions/workflows/R-CMD-check.yaml)
**[gplots website](https://talgalili.github.io/gplots/) (built using [pkgdown](https://pkgdown.r-lib.org/))**
# gplots
## Introduction
This repo is to keep the gplots package alive. I don't plan to develop new features, but if you'll send pull requests I'm willing to review them.
### Latest news
You can see the most recent changes to the package in the [NEWS.md file](https://talgalili.github.io/gplots/news/index.html)
### Code of conduct
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/talgalili/gplots/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## Installation
To install the stable version on CRAN:
```r
install.packages('gplots')
```
And then you may load the package using:
```R
library("gplots")
```
## Usage
TODO
## Contact
You are welcome to:
* Ask questions on: <https://stackoverflow.com/questions/tagged/gplots>
* Submit suggestions and bug-reports at: <https://github.com/talgalili/gplots/issues>
* Send a pull request on: <https://github.com/talgalili/gplots/>
* Compose a friendly e-mail to: <tal.galili@gmail.com>
|