forked from rramadeu/AGHmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 1.31 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
Package: AGHmatrix
Title: Relationship Matrices for Diploid and Autopolyploid Species
Version: 2.1.2
Description: Computation of A (pedigree), G (genomic-base), and H (A corrected
by G) relationship matrices for diploid and autopolyploid species. Several methods
are implemented considering additive and non-additive models.
Authors@R: c(person("Rodrigo","Amadeu", role = c("aut","cre"), email = "[email protected]"),
person("Luis", "Ferrao", role = c("aut","ctb")),
person("Catherine", "Cellon", role = "ctb"),
person("Leticia", "Lara", role = "ctb"),
person("Marcio", "Resende", role = "ctb"),
person("Ivone", "Oliveira", role = "ctb"),
person("Patricio", "Munoz", role = "ctb"),
person("Augusto", "Garcia", role = "ctb"))
Author: Rodrigo Amadeu [aut, cre], Luis Ferrao [aut, ctb], Catherine Cellon [ctb], Leticia Lara [ctb], Marcio Resende [ctb],
Ivone Oliveira [ctb], Patricio Munoz [ctb], Augusto Garcia [ctb]
Depends: R (>= 3.6.0)
Imports:
Matrix (>= 1.2-7.1),
zoo (>= 1.8.6)
Suggests:
knitr,
MASS,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-3 + file LICENSE
URL: https://github.com/rramadeu/AGHmatrix
Maintainer: Rodrigo Amadeu <[email protected]>
RoxygenNote: 7.2.3
NeedsCompilation: no