-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.67 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
Package: breedR
Type: Package
Title: Statistical Methods for Forest Genetic Resources Analysts
Version: 0.12-7
Encoding: UTF-8
Authors@R: c(person("Facundo", "Muñoz",
role=c("aut", "cre"),
email="[email protected]"),
person("Leopoldo", "Sanchez", role="aut"),
person("Ignacy", "Misztal", role="ctb"),
person("Pablo", "Cappa", role="ctb"),
person("Timothée", "Flutre", role="ctb")
)
Author: Facundo Muñoz with libraries by Ignacy Misztal
Maintainer: Facundo Muñoz <[email protected]>
Description: Statistical tools to build predictive models
for the breeders community. It aims to assess the genetic value of
individuals under a number of situations, including spatial
autocorrelation, genetic/environment interaction and competition. It is
under active development as part of the Trees4Future project, particularly
developed having forest genetic trials in mind. But can be used for animals
or other situations as well.
License: GPL-3 | file LICENSE
Depends:
R (>= 3.1.2),
sp
Imports:
ggplot2,
graphics,
grDevices,
Matrix (>= 1.2.0),
methods,
nlme,
pedigree,
pedigreemm,
splines,
stats,
utils
Suggests:
doParallel,
fields,
fmesher,
GGally,
grid,
MASS,
msm,
plyr,
dplyr,
spam,
testthat,
knitr,
rmarkdown,
tidyr
SystemRequirements: BLUPF90 programs will be downloaded from breedR website at
install time.
LazyLoad: yes
LazyData: yes
URL: https://github.com/famuvie/breedR
BugReports: https://github.com/famuvie/breedR/issues
Additional_repositories: http://inla.r-inla-download.org/R/testing
VignetteBuilder: knitr
RoxygenNote: 7.3.2