[R-gregmisc-users] SF.net SVN: r-gregmisc: [1015] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2006-11-27 20:36:32
|
Revision: 1015 http://svn.sourceforge.net/r-gregmisc/?rev=1015&view=rev Author: warnes Date: 2006-11-27 12:36:28 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Add missing export of methods for estimable() Modified Paths: -------------- trunk/gmodels/DESCRIPTION trunk/gmodels/NAMESPACE Modified: trunk/gmodels/DESCRIPTION =================================================================== --- trunk/gmodels/DESCRIPTION 2006-11-20 23:48:54 UTC (rev 1014) +++ trunk/gmodels/DESCRIPTION 2006-11-27 20:36:28 UTC (rev 1015) @@ -1,10 +1,9 @@ Package: gmodels -Version: 2.12.0-3 -Date: 2006-04-27 +Version: 2.13.0 Title: Various R programming tools for model fitting Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker, Thomas Lumley, and Randall C Johnson. -Maintainer: Nitin Jain <nit...@pf...> +Maintainer: Gregory R. Warnes <wa...@bs...> Description: Various R programming tools for model fitting Depends: R (>= 1.9.0) Suggests: gplots Modified: trunk/gmodels/NAMESPACE =================================================================== --- trunk/gmodels/NAMESPACE 2006-11-20 23:48:54 UTC (rev 1014) +++ trunk/gmodels/NAMESPACE 2006-11-27 20:36:28 UTC (rev 1015) @@ -24,12 +24,12 @@ S3method(fit.contrast, lme) S3method(fit.contrast, lmer) +S3method(estimable, lm) +S3method(estimable, lmer) + S3method(print, glh.test) S3method(summary, glh.test) -S3method(fit.contrast,lm) -S3method(fit.contrast,lme) - importFrom(MASS, ginv) importFrom(gdata, frameApply) importFrom(gdata, nobs) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |