[Robast-commits] r47 - pkg/ROptEst/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 19 07:14:51 CET 2008
Author: stamats
Date: 2008-02-19 07:14:51 +0100 (Tue, 19 Feb 2008)
New Revision: 47
Modified:
pkg/ROptEst/R/AllGeneric.R
Log:
corrected definition of generic ".evalBiasIC".
Modified: pkg/ROptEst/R/AllGeneric.R
===================================================================
--- pkg/ROptEst/R/AllGeneric.R 2008-02-19 06:09:45 UTC (rev 46)
+++ pkg/ROptEst/R/AllGeneric.R 2008-02-19 06:14:51 UTC (rev 47)
@@ -74,5 +74,5 @@
}
if(!isGeneric(".evalBiasIC")){
setGeneric(".evalBiasIC",
- function(IC, neighbor, biastype, ...) standardGeneric("getBiasIC"))
+ function(IC, neighbor, biastype, ...) standardGeneric(".evalBiasIC"))
}
More information about the Robast-commits
mailing list