[Robast-commits] r890 - pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 2 16:46:34 CEST 2016


Author: ruckdeschel
Date: 2016-09-02 16:46:34 +0200 (Fri, 02 Sep 2016)
New Revision: 890

Modified:
   pkg/RobAStBase/R/00internal.R
Log:
RobAStBase trunk: removed .checkEstClassForParamFamily again:
it is not in distrMod on CRAN as of 2016 09 02 but will be after submission of distrMod 2.6

Modified: pkg/RobAStBase/R/00internal.R
===================================================================
--- pkg/RobAStBase/R/00internal.R	2016-09-02 14:44:28 UTC (rev 889)
+++ pkg/RobAStBase/R/00internal.R	2016-09-02 14:46:34 UTC (rev 890)
@@ -52,15 +52,7 @@
     return(wI)
 }
 
-if(!isGeneric(".checkEstClassForParamFamily")){
-   setGeneric(".checkEstClassForParamFamily", function(PFam, estimator)
-               standardGeneric(".checkEstClassForParamFamily"))
-}
-setMethod(".checkEstClassForParamFamily",
-              signature=signature(PFam="ANY",estimator="ANY"),
-              function(PFam, estimator) estimator)
 
-
 #------------------------------------------------------------------------------
 ### for distrXXX pre 2.5
 #------------------------------------------------------------------------------



More information about the Robast-commits mailing list