[Phylobase-commits] r394 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 22 05:33:50 CET 2008
Author: pdc
Date: 2008-12-22 05:33:50 +0100 (Mon, 22 Dec 2008)
New Revision: 394
Modified:
pkg/R/phylo4.R
Log:
not sure why the setMethod(edgeOrder) takes ..., but setGeneric must as well
Modified: pkg/R/phylo4.R
===================================================================
--- pkg/R/phylo4.R 2008-12-22 02:55:10 UTC (rev 393)
+++ pkg/R/phylo4.R 2008-12-22 04:33:50 UTC (rev 394)
@@ -50,7 +50,7 @@
standardGeneric("hasEdgeLabels")
})
-setGeneric("edgeOrder", function(x) {
+setGeneric("edgeOrder", function(x, ...) {
standardGeneric("edgeOrder")
})
More information about the Phylobase-commits
mailing list