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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 8 17:52:55 CET 2013


Author: psolymos
Date: 2013-01-08 17:52:55 +0100 (Tue, 08 Jan 2013)
New Revision: 2349

Modified:
   pkg/vegan/R/multipart.default.R
   pkg/vegan/inst/ChangeLog
Log:
bugfix in multipart

Modified: pkg/vegan/R/multipart.default.R
===================================================================
--- pkg/vegan/R/multipart.default.R	2013-01-08 15:23:13 UTC (rev 2348)
+++ pkg/vegan/R/multipart.default.R	2013-01-08 16:52:55 UTC (rev 2349)
@@ -128,7 +128,7 @@
     attr(sim, "call") <- call
     attr(sim$oecosimu$simulated, "index") <- index
     attr(sim$oecosimu$simulated, "scales") <- scales
-    attr(sim$oecosimu$simulated, "global") <- TRUE
+    attr(sim$oecosimu$simulated, "global") <- global
     attr(sim, "n.levels") <- nlevs
     attr(sim, "terms") <- tlab
     attr(sim, "model") <- rhs

Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog	2013-01-08 15:23:13 UTC (rev 2348)
+++ pkg/vegan/inst/ChangeLog	2013-01-08 16:52:55 UTC (rev 2349)
@@ -4,6 +4,10 @@
 
 Version 2.1-22 (opened November 19, 2012)
 
+	* Bugfix in multipart: argument global was printed as TRUE
+	regardless of the actual argument value. This did not affect
+	calculations. Reported by Valerie Coudrain.
+
 	* monoMDS, metaMDS: Default convergence criteria were changed in
 	monoMDS. Most importantly, now scale factor of the gradient is
 	sfgrmin = 1e-7. The former limit 1e-5 was much too slack with



More information about the Vegan-commits mailing list