-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
80 lines (80 loc) · 3.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: statgenGxE
Type: Package
Title: Genotype by Environment (GxE) Analysis
Version: 1.0.9
Date: 2024-09-17
Authors@R: c(person(given = "Bart-Jan",
family = "van Rossum",
email = "bart-jan.vanrossum@wur.nl",
role = c("aut", "cre")),
person(given = "Fred",
family = "van Eeuwijk",
role = "ctb",
comment = c(ORCID = "0000-0003-3672-2921")),
person(given = "Martin",
family = "Boer",
role = "ctb"),
person(given = "Marcos",
family = "Malosetti",
role = "ctb",
comment = c(ORCID = "0000-0002-8150-1397")),
person(given = "Daniela",
family = "Bustos-Korts",
role = "ctb",
comment = c(ORCID = "0000-0003-3827-6726")),
person(given = "Emilie J",
family = "Millet",
role = "ctb",
comment = c(ORCID = "0000-0002-2913-4892")),
person(given = "Joao",
family = "Paulo",
role = "ctb",
comment = c(ORCID = "0000-0002-4180-0763")),
person(given = "Maikel",
family = "Verouden",
role = "ctb",
comment = c(ORCID = "0000-0002-4893-3323")),
person(given = "Willem",
family = "Kruijer",
role = "ctb",
comment = c(ORCID = "0000-0001-7179-1733")),
person(given = "Ron",
family = "Wehrens",
role = "ctb",
comment = c(ORCID = "0000-0002-8798-5599")),
person(given = "Choazhi",
family = "Zheng",
role = "ctb",
comment = c(ORCID = "0000-0001-6030-3933"))
)
Description: Analysis of multi environment data of plant breeding experiments
following the analyses described in Malosetti, Ribaut,
and van Eeuwijk (2013), <doi:10.3389/fphys.2013.00044>.
One of a series of statistical genetic packages for streamlining the analysis of
typical plant breeding experiments developed by Biometris.
Some functions have been created to be used in conjunction with the R
package 'asreml' for the 'ASReml' software, which can be obtained upon
purchase from 'VSN' international (<https://vsni.co.uk/software/asreml-r/>).
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.3)
Imports:
emmeans,
ggplot2 (>= 3.3.0),
gridExtra,
knitr,
lme4,
methods,
rlang,
statgenSTA (>= 1.0.6),
xtable
Suggests: asreml(>= 3.0),
rmarkdown,
testthat
SystemRequirements: pdflatex
VignetteBuilder: knitr
URL: https://biometris.github.io/statgenGxE/index.html, https://github.com/Biometris/statgenGxE/
BugReports: https://github.com/Biometris/statgenGxE/issues