-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.25 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: gpbStat
Type: Package
Title: Comprehensive Statistical Analysis of Plant Breeding Experiments
Version: 0.4.3
Authors@R:
c(
person(
c("Nandan", "Patil")
, email = "tryanother609@gmail.com"
, role = c("cre", "aut")
, comment = c(ORCID = "0000-0003-0100-9931")
)
, person(
c("Lakshmi", "R.", "Gangavati")
, email = "lakshmirg8@gmail.com"
, role = c("aut", "ctb")
)
)
Maintainer: Nandan Patil <tryanother609@gmail.com>
Note: Department of Genetics and Plant Breeding, University of Agricultural Sciecnes, Dharwad.
Description: Performs statistical data analysis of various Plant Breeding experiments. Contains functions for Line by Tester analysis as per Arunachalam, V.(1974) <http://repository.ias.ac.in/89299/> and Diallel analysis as per Griffing, B. (1956) <https://www.publish.csiro.au/bi/pdf/BI9560463>.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0)
Date: 2023-12-07
URL: https://github.com/nandp1/gpbStat/
BugReports: https://github.com/nandp1/gpbStat/issues
RoxygenNote: 7.2.3
Imports: tidyr, purrr, tibble, magrittr, dplyr
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr