-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.16 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
Package: factReg
Type: Package
Title: Multi-Environment Genomic Prediction with Penalized Factorial Regression
Version: 1.0.0
Date: 2023-07-05
Authors@R:
c(person(given = "Kruijer",
family = "Willem",
role = "aut",
comment = c(ORCID = "0000-0001-7179-1733")),
person(given = "Bart-Jan",
family = "van Rossum",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8673-2514")),
person(given = "Vahe",
family = "Avagyan",
role = "ctb",
comment = c(ORCID = "0000-0001-5838-4850")))
Description: Multi-environment genomic prediction for training and test
environments using penalized factorial regression. Predictions are made
using genotype-specific environmental sensitivities as in Millet et al.
(2019) <doi:10.1038/s41588-019-0414-y>.
License: GPL-3
Depends:
R (>= 3.6)
Imports:
glmnet,
mathjaxr,
Matrix,
rrBLUP,
stats
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
RdMacros: mathjaxr
Suggests: tinytest