[Phylobase-commits] r664 - branches/slot-mods/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 23 07:47:56 CEST 2009
Author: regetz
Date: 2009-09-23 07:47:55 +0200 (Wed, 23 Sep 2009)
New Revision: 664
Modified:
branches/slot-mods/tests/misctests.R
branches/slot-mods/tests/misctests.Rout.save
Log:
committing updated test files inadvertently left out of the last commit
Modified: branches/slot-mods/tests/misctests.R
===================================================================
--- branches/slot-mods/tests/misctests.R 2009-09-23 05:44:57 UTC (rev 663)
+++ branches/slot-mods/tests/misctests.R 2009-09-23 05:47:55 UTC (rev 664)
@@ -38,7 +38,7 @@
## or ...
p1C <- na.omit(p1)
-labels(p1C, "allnode") <- tolower(labels(p1C, "all"))
+labels(p1C, "all") <- tolower(labels(p1C, "all"))
## trace("prune",browser,signature="phylo4d")
r1 <- read.tree(text="((t4:0.3210275554,(t2:0.2724586465,t3:0.2724586465):0.0485689089):0.1397952619,(t5:0.07551818331,t1:0.07551818331):0.385304634);")
Modified: branches/slot-mods/tests/misctests.Rout.save
===================================================================
--- branches/slot-mods/tests/misctests.Rout.save 2009-09-23 05:44:57 UTC (rev 663)
+++ branches/slot-mods/tests/misctests.Rout.save 2009-09-23 05:47:55 UTC (rev 664)
@@ -64,7 +64,7 @@
> ## or ...
> p1C <- na.omit(p1)
>
-> labels(p1C, "allnode") <- tolower(labels(p1C, "all"))
+> labels(p1C, "all") <- tolower(labels(p1C, "all"))
>
> ## trace("prune",browser,signature="phylo4d")
> r1 <- read.tree(text="((t4:0.3210275554,(t2:0.2724586465,t3:0.2724586465):0.0485689089):0.1397952619,(t5:0.07551818331,t1:0.07551818331):0.385304634);")
More information about the Phylobase-commits
mailing list