-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
20 lines (20 loc) · 973 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: BWGS
Type: Package
Title: BreedWheat Genomic Selection Pipeline
Version: 3.0.0
Authors@R: c(person("Van Giang", "Tran", email = "vangiang.tran@gmail.com", role = c("aut", "cre")),
person("Gilles", "Charmet", email = "gilles.charmet@inra.fr", role = "aut"),
person("Delphine", "Ly", email = "ly-delphine@live.fr", role = "ctb"),
person("Sophie", "Bouchet", email = "sophie.bouchet@inra.fr", role = "ctb"))
Description: Package for Breed Wheat Genomic Selection Pipeline.
The R package 'BWGS' is developed by Van Giang Tran (L.G.) and Gilles Charmet.
This repository is forked from original repository <https://forgemia.inra.fr/umr-gdec/bwgs>
and modified as a R package.
License: GPL(>=2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: rrBLUP, BGLR, glmnet, randomForest, brnn, e1071, stringi
URL: https://github.com/vangiangtran/BWGS
BugReports: https://github.com/vangiang/BWGS/issues
RoxygenNote: 7.1.1