-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 867 Bytes
/
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
Package: pbsim
Title: Simulations of Plant Breeding Experiments
Version: 0.1.0.003
Authors@R:
c(person(given = "Jeff",
family = "Neyhart",
role = c("aut", "cre"),
email = "neyhartje@gmail.com"))
Description: Simulate plant breeding experiments, with a focus on the genetics of
crosses and quantitative trait loci (QTL). Intended for hypothesis testing in
QTL mapping and genomic selection.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
tidyr,
stringr,
qtl,
simcross,
purrr,
abind,
rrBLUP,
BGLR,
Matrix,
methods,
simcross,
arrangements
Suggests:
knitr,
rmarkdown
Remotes:
url::https://cran.r-project.org/src/contrib/Archive/mpMap2/mpMap2_1.0.4.tar.gz
VignetteBuilder: knitr