forked from jeanlucj/AlphaSimHlpR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 863 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
Package: AlphaSimHlpR
Type: Package
Title: Functions added to AlphaSimR to simplify simulating breeding schemes
Version: 0.2.1
Date: 2021-Aug-17
Author: Jean-Luc Jannink and Moshood Bakare
Maintainer: <jeanluc.work@gmail.com>
Description: A complete breeding scheme has a product development pipeline that takes new progeny through testing in different stages, and a population improvement component that uses phenotype and genotype records to determine which individuals should become parents and how they should be mated. This package contains functions that exemplify these components using the AlphaSimR package.
License: GPL-3
Depends:
R (>= 3.0.0),
AlphaSimR,
dplyr
Imports:
magrittr,
tidyr,
plotrix,
lme4,
sommer,
optiSel,
parallel,
MCMCpack
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr