-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.07 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
69
70
71
72
73
74
Package: augmentedRCBD
Title: Analysis of Augmented Randomised Complete Block Designs
Version: 0.1.7.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 = "S.", family = "Mukesh Sankar",
email = "mukeshsankar@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0001-5459-392X")),
person(given = c("Dhammaprakash", "Pandhari"), family = "Wankhede",
email = "d.wankhede@icar.gov.in",
role = "aut",
comment = c(ORCID = "0000-0001-6384-8664")),
person(given = "Vikender", family = "Kaur",
email = "vikender.kaur@icar.gov.in",
role = "aut",
comment = c(ORCID = "0000-0001-9698-7329")),
person("ICAR-NBGPR",
role = c("cph"),
comment = c(url = "www.nbpgr.ernet.in")))
Description: Functions for analysis of data generated from experiments in
augmented randomised complete block design according to Federer, W.T.
(1961) <doi:10.2307/2527837>. Computes analysis of variance, adjusted
means, descriptive statistics, genetic variability statistics etc.
Further includes data visualization and report generation functions.
License: GPL-2 | GPL-3
URL: https://github.com/aravind-j/augmentedRCBD
https://CRAN.R-project.org/package=augmentedRCBD
https://aravind-j.github.io/augmentedRCBD/
https://doi.org/10.5281/zenodo.1310011
BugReports: https://github.com/aravind-j/augmentedRCBD/issues
Depends:
R (>= 3.0.1)
Imports:
cli,
dplyr,
emmeans,
flextable,
ggplot2,
grDevices,
mathjaxr,
methods,
moments,
multcomp,
multcompView,
numform,
officer,
openxlsx,
Rdpack,
reshape2,
stats,
stringi,
utils
Suggests:
agricolae,
diagram,
httr,
knitr,
pander,
RCurl,
rmarkdown,
testthat,
XML
VignetteBuilder:
knitr
RdMacros:
mathjaxr,
Rdpack
Copyright: 2015-2024, ICAR-NBPGR
Encoding: UTF-8
RoxygenNote: 7.3.2