forked from aravind-j/augmentedRCBD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.88 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
Package: augmentedRCBD
Title: Analysis of Augmented Randomised Complete Block Designs
Version: 0.1.4.9000
Authors@R: c(
person(given = "J.", family = "Aravind",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4791-442X")),
person(given = "S.", family = "Mukesh Sankar",
email = "[email protected]",
role = "aut"),
person(given = c("Dhammaprakash", "Pandhari"), family = "Wankhede",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-6384-8664")),
person(given = "Vikender", family = "Kaur",
email = "[email protected]",
role = "aut"),
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.
Copyright: 2015-2021, ICAR-NBPGR
License: GPL-2 | GPL-3
Encoding: UTF-8
Depends: R (>= 3.0.1)
VignetteBuilder: knitr
RoxygenNote: 7.1.1
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
Imports:
emmeans,
dplyr,
flextable,
ggplot2,
grDevices,
mathjaxr,
methods,
moments,
multcomp,
multcompView,
Rdpack,
stats,
stringi,
officer,
reshape2,
utils
Suggests:
knitr,
rmarkdown,
pander,
testthat,
agricolae
RdMacros:
Rdpack,
mathjaxr