[Vegan-commits] r1996 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 13 15:21:11 CET 2011
Author: gsimpson
Date: 2011-11-13 15:21:11 +0100 (Sun, 13 Nov 2011)
New Revision: 1996
Modified:
www/NEWS.html
Log:
clean up HTML markup for 2.0-2 section; <ul> is a block level tag so we don't need all the <p> tags
Modified: www/NEWS.html
===================================================================
--- www/NEWS.html 2011-11-13 07:09:37 UTC (rev 1995)
+++ www/NEWS.html 2011-11-13 14:21:11 UTC (rev 1996)
@@ -2,85 +2,52 @@
<html><head><title>R: vegan News</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
-</head><body>
+</head>
+<body>
-<table width="100%" summary="page for NEWS"><tr><td>NEWS</td><td align="right">R Documentation</td></tr></table>
+<table width="100%" summary="page for NEWS">
+ <tr><td>NEWS</td><td align="right">R Documentation</td></tr>
+</table>
<h2>vegan News</h2>
<h3>Changes in version 2.0-2</h3>
-<p>
-
-
<h4>BUG FIXES</h4>
-
-<p>
-
-</p>
-<p>
<ul>
-<li> Function <code>capscale</code> failed if constrained component
-had zero rank. This happened most likely in partial models when
-the conditions aliased constraints. The problem was observed in
-<code>anova(..., by ="margin")</code> which uses partial models to
-analyses the marginal effects, and was raported in an email
-message to
-<a href="https://stat.ethz.ch/pipermail/r-help/2011-October/293077.html">R-News
-mailing list</a>.
-</p>
-<p>
-</li>
-<li><code>stressplot</code> and <code>goodness</code> sometimes failed when
-<code>metaMDS</code> was based on <code>isoMDS</code> (<span class="pkg">MASS</span> package)
-because <code>metaMDSdist</code> did not use the same defaults for
-step-across (extended) dissimilarities as <code>metaMDS(...,
- engine = "isoMDS")</code>. The change of defaults can also influence
-triggering of step-across in <code>capscale(..., metaMDSdist =
- TRUE)</code>.
-</p>
-<p>
+ <li> Function <code>capscale</code> failed if constrained component
+ had zero rank. This happened most likely in partial models when
+ the conditions aliased constraints. The problem was observed in
+ <code>anova(..., by ="margin")</code> which uses partial models to
+ analyses the marginal effects, and was raported in an email
+ message to
+ <a href="https://stat.ethz.ch/pipermail/r-help/2011-October/293077.html">R-News mailing list</a>.
+ </li>
+ <li><code>stressplot</code> and <code>goodness</code> sometimes failed when
+ <code>metaMDS</code> was based on <code>isoMDS</code> (<span class="pkg">MASS</span> package)
+ because <code>metaMDSdist</code> did not use the same defaults for
+ step-across (extended) dissimilarities as <code>metaMDS(...,
+ engine = "isoMDS")</code>. The change of defaults can also influence
+ triggering of step-across in <code>capscale(..., metaMDSdist =
+ TRUE)</code>.
</ul>
-</p>
-
-</p>
-<p>
-
-
<h4>NEW FEATURES</h4>
-<p>
-
-</p>
-<p>
<ul>
-<li> <code>ordiarrows</code> and <code>ordisegments</code> gained argument
-<code>order.by</code> that gives a variable to sort points within
-<code>groups</code>. Earlier the points were assumed to be in order.
-</p>
-<p>
-</li>
-<li>Function <code>ordispider</code> invisibly returns the
-coordinates to which the points were connected. Typically these
-are class centroids of each point, but for constrained ordination
-with no <code>groups</code> they are the LC scores.
-</p>
-<p>
+ <li> <code>ordiarrows</code> and <code>ordisegments</code> gained argument
+ <code>order.by</code> that gives a variable to sort points within
+ <code>groups</code>. Earlier the points were assumed to be in order.
+ </li>
+ <li>Function <code>ordispider</code> invisibly returns the
+ coordinates to which the points were connected. Typically these
+ are class centroids of each point, but for constrained ordination
+ with no <code>groups</code> they are the LC scores.
+ </li>
</ul>
-
-</p>
-
-</p>
-<p>
-</p>
-
<h3>Changes in version 2.0-1</h3>
-<p>
-
-
<h4>NEW FUNCTIONS</h4>
<p>
More information about the Vegan-commits
mailing list