-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.89 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
63
64
65
66
67
68
Package: EvaluateCore
Title: Quality Evaluation of Core Collections
Version: 0.1.3.9000
Authors@R: c(
person(given = "J.", family = "Aravind",
email = "j.aravind@icar.gov.in",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4791-442X")),
person(given = "Vikender", family = "Kaur",
email = "vikender.kaur@icar.gov.in",
role = "aut",
comment = c(ORCID = "0000-0001-9698-7329")),
person(given = c("Dhammaprakash", "Pandhari"), family = "Wankhede",
email = "d.wankhede@icar.gov.in",
role = "aut",
comment = c(ORCID = "0000-0001-6384-8664")),
person(given = "Joghee", family = "Nanjundan",
email = "j.nanjundan@icar.gov.in",
role = "aut",
comment = c(ORCID = "0000-0001-6254-7341")),
person("ICAR-NBGPR",
role = c("cph"),
comment = c(url = "www.nbpgr.ernet.in")))
Description: Implements various quality evaluation statistics to assess the
value of plant germplasm core collections using qualitative and
quantitative phenotypic trait data according to Odong et al. (2015)
<doi:10.1007/s00122-012-1971-y>.
Copyright: 2018-2024, ICAR-NBPGR
License: GPL-2 | GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/aravind-j/EvaluateCore
https://CRAN.R-project.org/package=EvaluateCore
https://aravind-j.github.io/EvaluateCore/
https://doi.org/10.5281/zenodo.3875930
BugReports: https://github.com/aravind-j/EvaluateCore/issues
RdMacros: mathjaxr,
Rdpack
Depends:
R (>= 3.5.0)
Imports:
agricolae,
boot,
car,
cluster,
dplyr,
entropy,
ggcorrplot,
ggplot2,
ggtext,
grDevices,
gridExtra,
kSamples,
mathjaxr,
psych,
reshape2,
Rdpack,
stats,
tibble,
vegan
Suggests:
corehunter,
httr,
pander,
RCurl,
rJava (>= 0.9-8),
XML
LazyData: true