-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.64 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
Package: visvaR
Title: Shiny-Based Statistical Solutions for Agricultural Research
Version: 1.0.0
Authors@R: c(
person("Ramesh", "Ramasamy", , "[email protected]", role = c("aut", "cre","cph"),
comment = c(ORCID = "0000-0002-5433-1417")),
person("Mathiyarasi", "Kulandaivadivel", , "[email protected]", role = "ctb"),
person("Tamilselvan", "Arumugam", , "[email protected]", role ="ctb")
)
Description: Visualize Variance is an intuitive 'shiny' applications tailored for agricultural research data analysis, including one-way and two-way analysis of variance, correlation, and other essential statistical tools. Users can easily upload their datasets, perform analyses, and download the results as a well-formatted document, streamlining the process of data analysis and reporting in agricultural research.The experimental design methods are based on classical work by Fisher (1925) and Scheffe (1959). The correlation visualization approaches follow methods developed by Wei & Simko (2021) and Friendly (2002) <doi:10.1198/000313002533>.
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/rameshram96/visvaR, https://rameshram96.github.io/visvaR/
BugReports: https://github.com/rameshram96/visvaR/issues
Imports:
agricolae,
bslib,
corrplot,
flextable,
ggcorrplot,
ggplot2,
officer,
patchwork,
shiny,
tibble,
tidyr,
rlang,
dplyr,
DT,
readxl,
htmltools,
utils,
stats,
graphics,
grDevices
Suggests:
testthat (>= 3.0.0),
writexl,
shinytest2,
extrafont
Config/testthat/edition: 3