R/qtl download

[ Home | FAQ | Readme | Status | Bugs | Sample graphics | Sample data | Tutorials | Book | Help pages: ( html | pdf ) | Citation ]


Before installing R/qtl, you must first install R, which is available at the Comprehensive R Archive Network (CRAN).

Once R is installed, and provided that your computer has an internet connection, it is easiest to install R/qtl by first invoking R and then typing the following:

install.packages("qtl")

This will download and install R/qtl (which is known in R as the "qtl" package or library). You may then load R/qtl by typing:

library(qtl)

Alternatively, use the following links to download the R/qtl package, and follow the instructions in the README file.

Current version
 Unix source:qtl_1.14-2.tar.gz(30 Sep 2009)
Mac OS X binary:qtl_1.14-2.tgz
Windows binary:qtl_1.14-2.zip
 
Development version [May contain incomplete bits]
git repositiory: github.com/kbroman/qtl [Use git clone git://github.com/kbroman/qtl]
Unix source: qtl_1.15-8.tar.gz(11 Feb 2010)
Mac OS X binary: qtl_1.15-8.tgz
 
Previous versions
(Unix source) qtl_1.13-7.tar.gz
qtl_1.12-26.tar.gz
qtl_1.11-12.tar.gz
qtl_1.10-27.tar.gz
qtl_1.09-43.tar.gz
qtl_1.08-56.tar.gz
qtl_1.07-12.tar.gz
qtl_1.06-43.tar.gz
qtl_1.05-2.tar.gz
qtl_1.04-53.tar.gz
qtl_1.03-14.tar.gz
qtl_1.02-26.tar.gz
qtl_1.01-9.tar.gz
qtl_1.00-18.tar.gz
qtl_0.99-24.tar.gz
qtl_0.98-57.tar.gz
qtl_0.97-22.tar.gz
(10 Sep 2009)
(30 Jun 2009)
(29 Mar 2009)
(11 Jan 2009)
(18 Jul 2008)
(8 Apr 2008)
(9 Oct 2007)
(7 Aug 2007)
(8 Nov 2006)
(28 Oct 2006)
(20 Jul 2006)
(2 Jun 2006)
(25 Oct 2005)
(10 Sep 2005)
(26 Apr 2005)
(10 Sep 2004)
(30 Dec 2003)

The binary versions for Windows and Mac OS X were compiled for R version 2.10.0.

The software is licensed under the GNU General Public License. Download and use of this software implies agreement to the terms in that license.


[ Home | FAQ | Readme | Status | Bugs | Sample graphics | Sample data | Tutorials | Book | Help pages: ( html | pdf ) | Citation ]


Last modified: Thu Feb 11 14:31:09 CST 2010