[Vegan-commits] r1651 - in pkg/vegan: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 21 21:49:11 CEST 2011
Author: gsimpson
Date: 2011-06-21 21:49:11 +0200 (Tue, 21 Jun 2011)
New Revision: 1651
Modified:
pkg/vegan/DESCRIPTION
pkg/vegan/inst/ChangeLog
Log:
bump vegan to 1.90-0 in light of dependency on permute and the ripping out of the old new permutation code
Modified: pkg/vegan/DESCRIPTION
===================================================================
--- pkg/vegan/DESCRIPTION 2011-06-21 19:42:44 UTC (rev 1650)
+++ pkg/vegan/DESCRIPTION 2011-06-21 19:49:11 UTC (rev 1651)
@@ -1,7 +1,7 @@
Package: vegan
Title: Community Ecology Package
-Version: 1.18-33
-Date: June 14, 2011
+Version: 1.90-0
+Date: June 21, 2011
Author: Jari Oksanen, F. Guillaume Blanchet, Roeland Kindt, Pierre Legendre,
Peter R. Minchin, R. B. O'Hara, Gavin L. Simpson, Peter Solymos,
M. Henry H. Stevens, Helene Wagner
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2011-06-21 19:42:44 UTC (rev 1650)
+++ pkg/vegan/inst/ChangeLog 2011-06-21 19:49:11 UTC (rev 1651)
@@ -2,11 +2,22 @@
VEGAN DEVEL VERSIONS at http://r-forge.r-project.org/
-Version 1.18-33 (opened June 14, 2011)
-
+Version 1.90-0 (opened June 21, 2011)
+
+ * vegan now depends on the permute package for new permutation
+ designs. This initially version strips out all the old "new"
+ permutation code from the R and Rd files, and patches up
+ permutest.betadisper to use shuffle() to generate permutations.
+
+ The 1.90-0 devel series will lead the way to vegan 2.0-0. There
+ may well be build problems as we iron out permute / vegan
+ meshing.
+
+Version 1.18-33 (closed June 21, 2011)
+
* adonis: made faster (much faster in tests) by polishing the
f.test() in the innermost loop.
-
+
Version 1.18-32 (closed June 14, 2011)
* closed with the release of vegan_1.17-11.
More information about the Vegan-commits
mailing list