[R-gregmisc-commits] r2111 - pkg/gplots
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 25 20:09:16 CET 2016
Author: warnes
Date: 2016-03-25 20:09:15 +0100 (Fri, 25 Mar 2016)
New Revision: 2111
Modified:
pkg/gplots/DESCRIPTION
Log:
Fix typos and quote uncommon words to make R CMD check happy
Modified: pkg/gplots/DESCRIPTION
===================================================================
--- pkg/gplots/DESCRIPTION 2016-03-25 18:48:39 UTC (rev 2110)
+++ pkg/gplots/DESCRIPTION 2016-03-25 19:09:15 UTC (rev 2111)
@@ -10,15 +10,15 @@
- calculating and plotting two-dimensional data summaries ('ci2d',
'hist2d'),
- enhanced regression diagnostic plots ('lmplot2', 'residplot'),
- - formula-enabled interface to stats::lowess function ('lowess'),
+ - formula-enabled interface to 'stats::lowess' function ('lowess'),
- displaying textual data in plots ('textplot', 'sinkplot'),
- plotting a matrix where each cell contains a dot whose size
reflects the relative magnitude of the elements ('balloonplot'),
- - plotting venn diagrams ('venn'),
+ - plotting "Venn" diagrams ('venn'),
- displaying Open-Office style plots ('ooplot'),
- - plotting multiple datasets on same region, with separate axes
+ - plotting multiple data on same region, with separate axes
('overplot'),
- - plotting means and cofidence intervals ('plotCI', 'plotmeans'),
+ - plotting means and confidence intervals ('plotCI', 'plotmeans'),
- spacing points in an x-y plot so they don't overlap ('space').
Depends: R (>= 3.0)
Imports: gtools, gdata, stats, caTools, KernSmooth
More information about the R-gregmisc-commits
mailing list