-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (24 loc) · 999 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html> <head>
<title>R/qtl2 mini-CRAN</title>
<meta name="description" content="Scaled-back CRAN-like repository for R/qtl2">
<meta name="keywords" content="software, statistics, bioinformatics,
genetics, statistical genetics, QTL, quantitative trait loci, QTLs,
complex traits, quantitative trait locus, genetic map, QTL mapping">
<link rel=stylesheet type="text/css" href="kbroman.css">
<link rel="SHORTCUT ICON" href="r.ico">
</head>
<body>
<h2 align="center">Scaled-back CRAN-like repository for <a href="https://kbroman.org/qtl2">R/qtl2</a></h2>
<p>This site contains a scaled-back version
of <a href="https://cran.r-project.org">CRAN</a>, for installing
<a href="https://kbroman.org/qtl2">R/qtl2</a> and related packages.
<p>To install R/qtl2, use:
<pre>
install.packages("qtl2", repos="https://rqtl.org/qtl2cran")
</pre>
<p>To update R/qtl2 and related packages, use:
<pre>
update.packages(repos="https://rqtl.org/qtl2cran", ask=FALSE, checkBuilt=TRUE)
</pre>
</body>
</html>