[Vegan-commits] r2344 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 4 10:43:18 CET 2013


Author: jarioksa
Date: 2013-01-04 10:43:18 +0100 (Fri, 04 Jan 2013)
New Revision: 2344

Added:
   www/veganreleases.html
Modified:
   www/index.php
Log:
add info on release plans

Modified: www/index.php
===================================================================
--- www/index.php	2013-01-02 10:27:55 UTC (rev 2343)
+++ www/index.php	2013-01-04 09:43:18 UTC (rev 2344)
@@ -66,6 +66,8 @@
 
 <li>The <a href="NEWS.html">NEWS of the (next) release</a> </li>
 
+<li> <a href="veganreleases.html">Release plans of vegan</a> </li>
+
 <li><a href="FAQ-R-Forge.html">FAQ: R-Forge binaries of vegan fail in Mac</a></li>
 
 <li>Vegan <a href="FAQ-vegan.html">FAQ</a>.</li>

Added: www/veganreleases.html
===================================================================
--- www/veganreleases.html	                        (rev 0)
+++ www/veganreleases.html	2013-01-04 09:43:18 UTC (rev 2344)
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<head>
+<title>Vegan releases</title>
+<link href="vegan.css" rel="stylesheet" type="text/css">
+</head>
+
+<body>
+<h1>Release plans</h1>
+
+<p> <b>R 3.0.0</b> release is scheduled within the two first quarters
+of 2013. We plan to release a new major version <b>vegan 2.2-0</b>
+concurrently. At least one minor version of <b>vegan</b> will be
+released before the major version.
+
+<p>The major new features in <b>vegan 2.2-0</b> are:
+<ul>
+  <li> Support for parallel processing in several <b>vegan</b>
+  functions, in particular in permutation procedures and also in
+  <code>metaMDS</code> iteration.</li>
+
+  <li> Completely redesigned more powerful and flexible community
+  null models.
+</ul>
+
+<p>You can help in <b>vegan</b> development by testing the current
+development version and reporting the problems to us. See the next
+chapter for installing the development version.
+
+<h2>Current releases</h2>
+
+<p>The current release version is available through <a
+href="http://cran.at.r-project.org/web/packages/vegan/index.html">CRAN</a>. It
+can be installed using graphical package manager or in the command
+line with:
+<p><code>install.packages("vegan")</code>
+
+<p>The current development version will become the new major
+release. It is available through
+<a href="http://r-forge.r-project.org/R/?group_id=68">R-Forge</a>.
+
+It can be installed using graphical package manager and selecting as
+repository <code>http://r-forge.r-project.org</code>. Alternatively,
+it can in installed in the command line with:
+
+<p><code>install.packages("vegan", repos="http://R-Forge.R-project.org")</code>
+
+<p>The source code of the development version as well as the source
+code of the working version of the next minor releases is available
+through
+
+<a href="https://r-forge.r-project.org/scm/viewvc.php/?root=vegan">R-Forge</a>.
+
+<hr>
+$Date$
+</body>
+</html>


Property changes on: www/veganreleases.html
___________________________________________________________________
Added: svn:keywords
   + Date



More information about the Vegan-commits mailing list