[Robast-commits] r522 - branches/robast-0.9/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 22 19:51:32 CEST 2012


Author: stamats
Date: 2012-09-22 19:51:32 +0200 (Sat, 22 Sep 2012)
New Revision: 522

Modified:
   branches/robast-0.9/pkg/RobAStBase/R/AllGeneric.R
Log:
Removed "..." in definition of generic for "samplesize<-", this had led to a warning in R CMD check.

Modified: branches/robast-0.9/pkg/RobAStBase/R/AllGeneric.R
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/R/AllGeneric.R	2012-09-19 12:15:29 UTC (rev 521)
+++ branches/robast-0.9/pkg/RobAStBase/R/AllGeneric.R	2012-09-22 17:51:32 UTC (rev 522)
@@ -223,5 +223,5 @@
 
 if(!isGeneric("samplesize<-")){
     setGeneric("samplesize<-",
-        function(object, value, ...) standardGeneric("samplesize<-"))
+        function(object, value) standardGeneric("samplesize<-"))
 }



More information about the Robast-commits mailing list