-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.38 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
Package: IBCF.MTME
Title: Item Based Collaborative Filtering for Multi-Trait and Multi-Environment Data
Version: 1.6-0
Language: en-US
Date: 2019-03-17
Authors@R: c(person("Francisco Javier", "Luna-Vazquez", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5370-7152")),
person("Osval Antonio", "Montesinos-Lopez", email= "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3973-6547")),
person("Abelardo", "Montesinos-Lopez", role = "aut"),
person("Jose", "Crossa", role = "aut", comment = c(ORCID = "0000-0001-9429-5855")))
Maintainer: Francisco Javier Luna-Vazquez <[email protected]>
Description: Implements the item based collaborative filtering (IBCF) method for continues phenotypes in the context of plant breeding where data are collected for various traits that were studied in various environments proposed by Montesinos-López et al. (2017) <doi:10.1534/g3.117.300309>.
Depends:
R (>= 3.0.0)
License: LGPL-3
Encoding: UTF-8
LazyData: true
Type: Package
RoxygenNote: 6.1.1
URL: https://github.com/frahik/IBCF.MTME
BugReports: https://github.com/frahik/IBCF.MTME/issues/new
NeedsCompilation: no
Collate:
CrossValidation.R
IBCF.R
IBCF.MTME.R
IBCFYear.R
methods.R
Td2M.R
Title.R
Wheat_IBCF.R
Year_IBCF.R
Imports:
lsa,
tidyr,
dplyr
Suggests:
testthat,
knitr,
rmarkdown,
covr