[Vegan-commits] r806 - branches/1.15/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 15 08:55:10 CEST 2009


Author: jarioksa
Date: 2009-04-15 08:55:10 +0200 (Wed, 15 Apr 2009)
New Revision: 806

Modified:
   branches/1.15/inst/ChangeLog
   branches/1.15/inst/NEWS
Log:
cleanup for CRAN release vegan_1.15-2

Modified: branches/1.15/inst/ChangeLog
===================================================================
--- branches/1.15/inst/ChangeLog	2009-04-15 06:48:20 UTC (rev 805)
+++ branches/1.15/inst/ChangeLog	2009-04-15 06:55:10 UTC (rev 806)
@@ -64,8 +64,8 @@
 
 	* merged r689: added text.procrustes.
 	
-	* merged r683 & r690: anova.cca(..., by = "margin") gained
-	argument "cutoff = 1", and doc expanded.
+	* merged r683 & r690: anova.cca(..., by = "axis") gained argument
+	"cutoff = 1", and doc expanded.
 
 	* merged r686: rad.null failed with families gaussian and Gamma.
 

Modified: branches/1.15/inst/NEWS
===================================================================
--- branches/1.15/inst/NEWS	2009-04-15 06:48:20 UTC (rev 805)
+++ branches/1.15/inst/NEWS	2009-04-15 06:55:10 UTC (rev 806)
@@ -11,7 +11,7 @@
       less memory  allowing analysis of larger problems.
 
     - anova.cca: anova(..., by = "axis") gained new keyword 'cutoff'
-      to stop permutation tests after exceeding the given cut-off
+      to stop permutation tests after exceeding the given cut off
       level of significance. The second term of anova(..., by =
       "margin") used different random numbers than other terms.
     
@@ -20,14 +20,14 @@
       choices described by De Caceres & Legendre, Oecologia 156,
       657-669; 2008.
 
+    - betadisper: handles missing values both in dissimilarities and
+      grouping. 
+
     - cca/rda: cleaner output of summary() in unconstrained models.
 
     - commsimulator: simulated result retains original row and column
       names. 
 
-    - betadisper: handles missing values both in dissimilarities and
-      grouping. 
-
     - contribdiv: new function for contribution diversity (Lu et al.,
       Basic and Applied Ecology 8, 1-12; 2007).
 
@@ -44,16 +44,20 @@
 
     - metaMDS: more robust with distances like Euclidean and Manhattan
       which have no upper limit. The stepacross works correctly for
-      these, but gives a warning that stepacross may not be
-      sensible. There is a better heuristics to avoid half-change
-      scaling with these indices. The 'halfchange' argument is now
-      honoured when given in metaMDS() call.
+      these, but gives a warning that its use may not be sensible.
+      There is a better heuristics to avoid half-change scaling with
+      these indices. The 'halfchange' argument is now honoured when
+      given in metaMDS() call.
 
     - mrpp: returns within-class dissimilarities. Evaluates
       classification strength (Van Sickle, Biological and
       Environmental Statistics, 2, 370-388; 1997) if weight.type = 3
       was used.
 
+    - nestednodf: new nestedness function of overlap and decreasing
+      fill (Almeida-Neto et al., Oikos 117, 1227-1239; 2008). Coding
+      by Gustava Carvalho.
+
     - ordirgl: no more superfluous warnings with type = "t". 
 
     - ordisurf: gained an argument 'bubble' to draw bubble plots, or
@@ -61,19 +65,15 @@
       The (invisible) return object now has an item 'grid' for the
       fitted value and grid values.
 
-    - nestednodf: new nestedness function of overlap and decreasing
-      fill (Almeida-Neto et al., Oikos 117, 1227-1239; 2008). Coding
-      by Gustava Carvalho.
+    - orditkplot: can produce TIFF graphics, if installed R has this
+      capability.
 
-    - orditkplot: can produce TIFF graphics, if the R installation has
-      this capability.
-
     - procrustes: new text() function.
 
     - radfit: broken-stick model (function rad.null) failed with
       Gaussian and Gamma error families. The plot.radfit command
       gains argument log = "y", which allows using arithmetic scales
-      or double-log scales where Zipf model is a straight line.
+      or log-log scales where Zipf model is a straight line.
 
     - spantree: retains names and uses labels in plot.
 



More information about the Vegan-commits mailing list