[Rmesquite-commits] r4 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 18 00:42:37 CET 2009


Author: hlapp
Date: 2009-12-18 00:42:37 +0100 (Fri, 18 Dec 2009)
New Revision: 4

Modified:
   www/index.html
Log:
Fixed link to logo. Added links to source code and R-Forge project page.


Modified: www/index.html
===================================================================
--- www/index.html	2009-12-17 22:58:58 UTC (rev 3)
+++ www/index.html	2009-12-17 23:42:37 UTC (rev 4)
@@ -20,7 +20,7 @@
 <body>
 <table width="100%" cellspacing="8">
   <tr>
-    <td width="300" class="style4"><img src="images/splash.gif" alt="logo" width="164" height="64"></td>
+    <td width="300" class="style4"><img src="images/mesquiteR-logo.gif" alt="logo" width="164" height="64"></td>
     <td width="100%" bgcolor="#6C6252" class="style4"><p class="style5">&nbsp;</p></td>
   </tr>
 </table>
@@ -63,8 +63,8 @@
 <p class="style4">After starting Mesquite from R, you can go to Mesquite and use the File&gt;Open File... menu item to open a data file within Mesquite. Bring a character matrix window to the front, and then go back to R to call getMatrixInWindow:</p>
 <pre class="style4">&gt; mesquiteMatrix &lt;- getMatrixInWindow()</pre>
 <p class="style4">This is obtained as a java object, but you can convert it into a normal R matrix using <em>as.matrix</em>.</p>
-<h3 class="style4">Source Code</h3>
-<p class="style4">Source code of RMesquite is available at R Forge.</p>
+<h3 class="style4">Source Code, Downloads, Mailing lists</h3>
+<p class="style4">Source code of RMesquite is available at its <a href="http://r-forge.r-project.org/scm/?group_id=213">R-Forge subversion repository</a>, where you can find the URLs to checkout the code in svn. The <a href="http://r-forge.r-project.org/projects/rmesquite/">R-Forge project page</a> has also links to nightly svn snapshots, and users and developers mailing lists.</p>
 <h3 class="style4">Citation</h3>
 <p class="style4">If you make use of Mesquite for the analysis of results, such as to estimate ancestral states, then you should cite the functions in Mesquite. Thus, we suggest a citation like this: &quot;The &lt;insert analysis name here&gt; analysis was performed by Mesquite 2.72 (Maddison &amp; Maddison, 2009), run via the RMesquite package (Lapp &amp; Maddison, 2009) from R version 2.10.0.&quot; </p>
 <p class="style4">Lapp, H. &amp; Maddison, W.P. 2009. RMesquite, an R package for transparent access to Mesquite functions. http://mesquiteproject.org/packages/Mesquite.R</p>



More information about the Rmesquite-commits mailing list