[R-gregmisc-commits] r2052 - pkg/gplots/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 2 21:03:20 CEST 2015


Author: warnes
Date: 2015-06-02 21:03:20 +0200 (Tue, 02 Jun 2015)
New Revision: 2052

Modified:
   pkg/gplots/R/boxplot2.R
Log:
Defunct message for boxplot.n was recommending the wrong function

Modified: pkg/gplots/R/boxplot2.R
===================================================================
--- pkg/gplots/R/boxplot2.R	2015-05-29 02:57:50 UTC (rev 2051)
+++ pkg/gplots/R/boxplot2.R	2015-06-02 19:03:20 UTC (rev 2052)
@@ -1,7 +1,7 @@
 # $Id$
 boxplot.n <- function( ..., top=FALSE, shrink=1.0, textcolor=NULL )
     {
-        .Defunct("gboxplot", package="gplots")
+        .Defunct("boxplot2", package="gplots")
     }
 
 boxplot2  <- function( ..., top=FALSE, shrink=1.0, textcolor=NULL )



More information about the R-gregmisc-commits mailing list