[Phylobase-commits] r831 - pkg/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 24 21:03:31 CET 2011


Author: francois
Date: 2011-03-24 21:03:31 +0100 (Thu, 24 Mar 2011)
New Revision: 831

Modified:
   pkg/inst/unitTests/runit.formatData.R
Log:
very minor clean up

Modified: pkg/inst/unitTests/runit.formatData.R
===================================================================
--- pkg/inst/unitTests/runit.formatData.R	2011-03-24 20:01:22 UTC (rev 830)
+++ pkg/inst/unitTests/runit.formatData.R	2011-03-24 20:03:31 UTC (rev 831)
@@ -257,13 +257,11 @@
 
 test.formatDataWithDup <- function() {
 
-    print(sys.parent())
-    print(parent.frame())
     ## Saving default options
     op <- phylobase.options()
 
     ## Changing default options
-    phylobase.options(allow.duplicated.labels="ok")
+    phylobase.options(allow.duplicated.labels="ok") 
 
     ## Creating phylo4 object with duplicated labels
     phy.dup <- phy.alt



More information about the Phylobase-commits mailing list