[R-gregmisc-users] SF.net SVN: r-gregmisc:[1540] trunk/gdata/NAMESPACE
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-05 20:10:00
|
Revision: 1540 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1540&view=rev Author: warnes Date: 2012-06-05 20:09:50 +0000 (Tue, 05 Jun 2012) Log Message: ----------- Remove nobs method dispatch and lm methods since these are now provided by the stats package. Modified Paths: -------------- trunk/gdata/NAMESPACE Modified: trunk/gdata/NAMESPACE =================================================================== --- trunk/gdata/NAMESPACE 2012-06-05 20:08:50 UTC (rev 1539) +++ trunk/gdata/NAMESPACE 2012-06-05 20:09:50 UTC (rev 1540) @@ -22,7 +22,7 @@ lowerTriangle, "lowerTriangle<-", matchcols, - nobs, + #nobs, # default method now provided by stats package nPairs, read.xls, rename.vars, @@ -61,6 +61,7 @@ ) importFrom(stats, reorder) +importFrom(stats, nobs) importFrom(gtools, mixedsort) S3method(reorder, factor) @@ -120,8 +121,8 @@ ## nobs stuff S3method(nobs, data.frame) -S3method(nobs, default) -S3method(nobs, lm) +S3method(nobs, default) +##S3method(nobs, lm) # now provided by stats package ## Object size stuff S3method(print, object_size) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |