[adegenet-commits] r711 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 8 19:50:12 CET 2010


Author: jombart
Date: 2010-11-08 19:50:11 +0100 (Mon, 08 Nov 2010)
New Revision: 711

Modified:
   www/contact.html
   www/documentation.html
Log:
Added FAQ


Modified: www/contact.html
===================================================================
--- www/contact.html	2010-11-08 10:26:14 UTC (rev 710)
+++ www/contact.html	2010-11-08 18:50:11 UTC (rev 711)
@@ -11,7 +11,8 @@
 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <br>
 <div style="margin-left: 40px;"><img alt="" src="images/bullet.png"
  style="width: 10px; height: 10px;"> <span style="font-weight: bold;">The
-adegenet forum<br>
+adegenet
+forum<br>
 </span>For all discussions/questions related to adegenet.<br>
 - one address: adegenet-forum AT lists DOT r-forge DOT r-project
 DOT org<br>
@@ -42,11 +43,14 @@
  href="http://lists.r-forge.r-project.org/pipermail/adegenet-forum/">browse
 the
 archives</a> of adegenet forum<br>
+- the most frequent questions and their answers are listed at the
+bottom of this page.<br>
 <br>
 <br>
 <img alt="" src="images/bullet.png" style="width: 10px; height: 10px;">
 For more general questions<span style="font-weight: bold;"> </span>about
-the analysis of genetic
+the
+analysis of genetic
 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>
@@ -72,6 +76,31 @@
 users to
 benefit from previous answers.<br>
 <br>
+<span style="color: rgb(0, 102, 0); font-weight: bold;">Here are some
+frequently asked questions (and their answers):</span><br>
+<br>
+<span style="color: rgb(0, 153, 0);"># 1: How do I know which R version
+/ adegenet version I'm using?</span><br>
+For R version, type:<br>
+<span style="font-family: monospace;">R.version<br>
+<br>
+</span>For adegenet version, type:<br style="font-family: monospace;">
+<span style="font-family: monospace;">packageDescription("adegenet",
+field="Version")</span><br style="font-family: monospace;">
+<br>
+<br>
+<span style="color: rgb(0, 153, 0);"># 2: Loading adegenet fails on
+windows Vista; what's going on?</span><br>
+This is likely caused by a wrong installation of the package, or not
+installing the dependencies.<br>
+Start R in 'Administrator' mode (right click on R's icon -&gt; "start
+as administrator"), then type:<br>
+<span style="font-family: monospace;">install.packages("adegenet",
+dep=TRUE)</span><br style="font-family: monospace;">
+<br>
+<br>
+<br>
+<br>
 </div>
 </body>
 </html>

Modified: www/documentation.html
===================================================================
--- www/documentation.html	2010-11-08 10:26:14 UTC (rev 710)
+++ www/documentation.html	2010-11-08 18:50:11 UTC (rev 711)
@@ -34,13 +34,16 @@
 tutorial<br>
 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &gt; <a href="files/AFLP.txt">AFLP.txt</a>:
 a
-toy dataset reproducing AFLP data <br>
+toy
+dataset reproducing AFLP data <br>
 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &gt; <a href="files/haplo.txt">haplo.txt</a>:
 a
-toy dataset reproducing haploid data <br>
+toy
+dataset reproducing haploid data <br>
 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &gt; <a href="files/triplo.txt">triplo.txt</a>:
 a
-toy dataset reproducing triploid data <br>
+toy
+dataset reproducing triploid data <br>
 - <a href="files/worksOnlyInDiploids.txt">worksOnyInDiploids.txt</a>:
 the list of <span style="font-weight: bold;">functions</span> working <span
  style="font-weight: bold;">only for diploid</span> genotypes <br>
@@ -73,6 +76,7 @@
 </center>
 See the '<a href="contact.html">contact</a>' section of this website
 for further information about this mailing list.<br>
+<br>
 <span style="text-decoration: underline;"></span><br>
 <span style="color: rgb(255, 0, 0);"></span></div>
 </body>



More information about the adegenet-commits mailing list