-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
47 lines (47 loc) · 1.48 KB
/
DESCRIPTION
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
37
38
39
40
41
42
43
44
45
46
47
Package: qtl2
Version: 0.37-2
Date: 2024-08-26
Title: Quantitative Trait Locus Mapping in Experimental Crosses
Description: Provides a set of tools to perform quantitative
trait locus (QTL) analysis in experimental crosses. It is a
reimplementation of the 'R/qtl' package to better handle
high-dimensional data and complex cross designs.
Broman et al. (2019) <doi:10.1534/genetics.118.301595>.
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>),
R Core Team [ctb]
Maintainer: Karl W Broman <[email protected]>
Authors@R: c(person("Karl W", "Broman", role=c("aut", "cre"),
email="[email protected]", comment=c(ORCID = "0000-0002-4914-6671")),
person("R Core Team", role="ctb"))
Copyright: Code for Brent's method for univariate function optimization
was taken from R 3.2.2 (Copyright 1995, 1996 Robert Gentleman
and Ross Ihaka, Copyright 2003-2004 The R Foundation,
Copyright 1998-2014 The R Core Team).
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 1.0.7),
yaml (>= 2.1.13),
jsonlite (>= 0.9.17),
data.table (>= 1.10.4-3),
parallel,
stats,
utils,
graphics,
grDevices,
RSQLite
Suggests:
testthat,
devtools,
roxygen2,
vdiffr,
qtl
License: GPL-3
URL: https://kbroman.org/qtl2/, https://github.com/rqtl/qtl2
BugReports: https://github.com/rqtl/qtl2/issues
LazyData: true
Encoding: UTF-8
ByteCompile: true
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.3.2
Roxygen: list(markdown=TRUE)