[Phylobase-commits] r401 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 24 05:03:19 CET 2008


Author: pdc
Date: 2008-12-24 05:03:19 +0100 (Wed, 24 Dec 2008)
New Revision: 401

Modified:
   pkg/R/checkdata.R
Log:
remove accidently committed print() call in validation function -- we don't need to see the edge length every time check_tree runs

Modified: pkg/R/checkdata.R
===================================================================
--- pkg/R/checkdata.R	2008-12-23 23:39:33 UTC (rev 400)
+++ pkg/R/checkdata.R	2008-12-24 04:03:19 UTC (rev 401)
@@ -8,7 +8,6 @@
     ## FIXME: check for cyclicity?
     nedges <- nrow(object at edge)
     if (hasEdgeLength(object)) {
-        print(object at edge.length)
       if (length(object at edge.length) != nedges)
         return("edge lengths do not match number of edges")
       ## presumably we shouldn't allow NAs mixed 



More information about the Phylobase-commits mailing list