[Phylobase-commits] r139 - pkg/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 6 04:10:33 CET 2008


Author: bbolker
Date: 2008-03-06 04:10:33 +0100 (Thu, 06 Mar 2008)
New Revision: 139

Modified:
   pkg/tests/phylotorture.R
Log:
  commented out 1 line that seems to hang R CMD check
(source'ing works fine?)



Modified: pkg/tests/phylotorture.R
===================================================================
--- pkg/tests/phylotorture.R	2008-03-06 02:57:22 UTC (rev 138)
+++ pkg/tests/phylotorture.R	2008-03-06 03:10:33 UTC (rev 139)
@@ -63,7 +63,7 @@
 broke2$edge[broke2$edge==6] <- 10
 
 ## warning, but no error
-plot(broke2)
+## plot(broke2)  ## seems to hang R CMD check??
 ## generates error, but it's about wrong number of tips, not wrong value at root.
 print(try(as(broke2, "phylo4"), silent=TRUE))
 ## error regarding number of tip labels vs edges and nodes



More information about the Phylobase-commits mailing list