[R-gregmisc-users] SF.net SVN: r-gregmisc:[1701] trunk/gtools/R/addLast.R
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-06 23:45:08
|
Revision: 1701 http://sourceforge.net/p/r-gregmisc/code/1701 Author: warnes Date: 2013-07-06 23:45:05 +0000 (Sat, 06 Jul 2013) Log Message: ----------- Improve deprecation message Modified Paths: -------------- trunk/gtools/R/addLast.R Modified: trunk/gtools/R/addLast.R =================================================================== --- trunk/gtools/R/addLast.R 2013-07-06 23:43:56 UTC (rev 1700) +++ trunk/gtools/R/addLast.R 2013-07-06 23:45:05 UTC (rev 1701) @@ -1,6 +1,6 @@ addLast <- function( fun ) { - .Deprecated(new=paste(".Last <- lastAdd(", deparse(substitute(fun)), ")"), + .Deprecated(new=paste(".Last <- lastAdd(", deparse(substitute(fun)), ")", sep=''), package='gtools' ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |