[adegenet-commits] r733 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 10 13:57:11 CET 2010
Author: jombart
Date: 2010-12-10 13:57:11 +0100 (Fri, 10 Dec 2010)
New Revision: 733
Modified:
www/contact.html
Log:
New faq
Modified: www/contact.html
===================================================================
--- www/contact.html 2010-12-08 02:18:17 UTC (rev 732)
+++ www/contact.html 2010-12-10 12:57:11 UTC (rev 733)
@@ -4,7 +4,7 @@
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>links</title>
-<script type="text/javascript">
+ <script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20083187-1']);
@@ -15,7 +15,7 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
-</script>
+ </script>
</head>
<body>
<br>
@@ -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"
- border="0" align="middle"></a><br>
+ align="middle" border="0"></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
@@ -63,7 +63,8 @@
For more general questions<span style="font-weight: bold;"> </span>about
the
analysis
-of genetic
+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>
@@ -89,8 +90,8 @@
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>
+<span style="color: rgb(0, 102, 0); font-weight: bold;">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>
@@ -117,12 +118,21 @@
This is likely because your R installation did not include help pages
in html. You need to specify you want to use help in text mode. This is
achieved by typing:<br>
-<span style="font-family: monospace;">options("help_type"="text")</span><br
- style="font-family: monospace;">
+<span style="font-family: monospace;">options("help_type"="text")<br>
<br>
<br>
+</span><span style="color: rgb(0, 153, 0);"># 4: Loading adegenet fails
+with this error: </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;">
+<br style="font-family: monospace;">
<br>
<br>
+<br>
+<br>
</div>
</body>
</html>
More information about the adegenet-commits
mailing list