[adegenet-commits] r871 - pkg www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 17 10:57:46 CEST 2011


Author: jombart
Date: 2011-05-17 10:57:46 +0200 (Tue, 17 May 2011)
New Revision: 871

Modified:
   pkg/DESCRIPTION
   www/contact.html
Log:
Updated FAQ


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2011-05-13 15:20:15 UTC (rev 870)
+++ pkg/DESCRIPTION	2011-05-17 08:57:46 UTC (rev 871)
@@ -3,7 +3,7 @@
 Date: 2010/11/05
 Title: adegenet: a R package for the multivariate analysis of genetic markers.
 Author:  Thibaut Jombart <t.jombart at imperial.ac.uk>
-  with contributions of: Ismail Ahmed, Peter Solymos, Francois Balloux
+  with contributions of: Ismail Ahmed, Peter Solymos
   and contributed datasets from: Katayoun Moazami-Goudarzi, Denis Laloe,
   Dominique Pontier, Daniel Maillard, Francois Balloux
 Maintainer: Thibaut Jombart <t.jombart at imperial.ac.uk>

Modified: www/contact.html
===================================================================
--- www/contact.html	2011-05-13 15:20:15 UTC (rev 870)
+++ www/contact.html	2011-05-17 08:57:46 UTC (rev 871)
@@ -41,7 +41,7 @@
   <div style="text-align: left;"><!--<TABLE bgcolor="#FFFFFF"><tr><td>-->
   <a href="http://www.google.fr"><img
  src="http://www.google.com/logos/Logo_40wht.gif" alt="Google"
- align="middle" border="0"></a><br>
+ border="0" align="middle"></a><br>
   </div>
   <div style="text-align: left;"><input name="q" size="31"
  maxlength="255" value="Enter keywords here" type="text"><!--<INPUT TYPE=hidden name="domains" value="adegenet.r-forge.r-project.org" />--><input
@@ -65,7 +65,8 @@
 analysis
 of
 genetic
-markers in R, use the <a target="_top"
+markers
+in R, use the <a target="_top"
  href="https://stat.ethz.ch/mailman/listinfo/r-sig-genetics">R-sig-genetics</a>
 mailing list.<br>
 <br>
@@ -122,12 +123,16 @@
 <br>
 <br>
 </span><span style="color: rgb(0, 153, 0);"># 4: Loading adegenet fails
-with this error: </span><font><font size="2"><br>
+with this error (R &gt;= 2.13.0): </span><font><font size="2"><br>
 <span style="color: rgb(0, 102, 0);">Error in as.environment(pos) : no
 item called "newtable" on the search list</span></font></font><br>
-Same problem as #2; you need to install adegenet with dependencies:<br>
-<span style="font-family: monospace;">install.packages("adegenet",
-dep=TRUE)</span><br style="font-family: monospace;">
+This is because the package 'graph', on which adegenet depends, has
+been removed from CRAN. You need to install graph from bioconductor
+first, and then install adegenet:<br>
+<pre>source("http://bioconductor.org/biocLite.R")<br>biocLite("graph")<span
+ style="font-family: monospace;"><br>install.packages("adegenet", dep=TRUE)</span><br></pre>
+<span style="color: rgb(0, 153, 0);"></span><br
+ style="font-family: monospace;">
 <br style="font-family: monospace;">
 <br>
 <br>



More information about the adegenet-commits mailing list