[Vegan-commits] r598 - in pkg/vegan: R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 27 09:05:39 CET 2008


Author: jarioksa
Date: 2008-11-27 09:05:39 +0100 (Thu, 27 Nov 2008)
New Revision: 598

Modified:
   pkg/vegan/R/text.decorana.R
   pkg/vegan/inst/ChangeLog
Log:
text.decorana failed (bug introduced in rev344)

Modified: pkg/vegan/R/text.decorana.R
===================================================================
--- pkg/vegan/R/text.decorana.R	2008-11-26 12:48:34 UTC (rev 597)
+++ pkg/vegan/R/text.decorana.R	2008-11-27 08:05:39 UTC (rev 598)
@@ -3,7 +3,7 @@
               origin = TRUE, select, ...)
 {
     localText <- function(..., shrink, origin, scaling, triangular)
-        segments(...)
+        text(...)
     display <- match.arg(display)
     x <- scores(x, display = display, choices = choices, origin = origin,
                 ...)

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2008-11-26 12:48:34 UTC (rev 597)
+++ pkg/vegan/inst/ChangeLog	2008-11-27 08:05:39 UTC (rev 598)
@@ -4,6 +4,9 @@
 
 Version 1.16-5
 
+	* text.decorana: failed (bug introduced in rev344, on May 9,
+	2008). 
+
 	* commsimulator: simulated null models have same column and row
 	names as the original input (as.)matrix. There was a problem
 	report by a user who tried to use column names during evaluation



More information about the Vegan-commits mailing list