-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1.48 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
Package: StabilityApp
Type: Package
Title: Stability Analysis App for GEI in Multi-Environment Trials
Version: 0.2.0
Authors@R: c(
person(c("Muhammad"), "Yaseen", email = "myaseen208@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-5923-1714"))
, person(c("Kent", "M."), "Eskridge", email = "keskridge1@unl.edu ", role = c("aut", "ctb"))
)
Maintainer: Muhammad Yaseen <myaseen208@gmail.com>
Description: Provides tools for Genotype by Environment Interaction (GEI) analysis, using statistical models and visualizations to assess genotype performance across environments. It helps researchers explore interaction effects, stability, and adaptability in multi-environment trials, identifying the best-performing genotypes in different conditions. Which Win Where!
URL: https://myaseen208.com/StabilityApp/
https://myaseen208.shinyapps.io/StabilityApp/
https://CRAN.R-project.org/package=StabilityApp
BugReports: https://github.com/myaseen208/StabilityApp/issues
Depends: R (>= 4.1)
Imports:
dplyr,
DT,
gridExtra,
patchwork,
stability,
shiny,
shinyBS,
shinydashboardPlus
Suggests:
shinytest2,
testthat (>= 3.0.0)
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
Note:
1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
2. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
Config/testthat/edition: 3