Revision: 1681
http://sourceforge.net/p/r-gregmisc/code/1681
Author: warnes
Date: 2013-06-28 20:26:56 +0000 (Fri, 28 Jun 2013)
Log Message:
-----------
Improve deprecated message
Modified Paths:
--------------
trunk/gdata/R/aggregate.table.R
Modified: trunk/gdata/R/aggregate.table.R
===================================================================
--- trunk/gdata/R/aggregate.table.R 2013-06-28 15:06:46 UTC (rev 1680)
+++ trunk/gdata/R/aggregate.table.R 2013-06-28 20:26:56 UTC (rev 1681)
@@ -1,8 +1,8 @@
# $Id$
-aggregate.table <- function(x, by1, by2, FUN=mean, ... )
+aggregate.table <- function(x, by1, by2, FUN=mean, ...)
{
- warning("'aggregate.table' is depreciated.",
+ warning("'aggregate.table' is deprecated and will be removed in a future version of the gdata package. ",
"Please use 'tapply(X=",
deparse(substitute(x)),
", INDEX=list(",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|