-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 1.95 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
Package: aganalysis
Title: Statistical analysis interface and tests in AGROFIMS
Version: 0.0.1
Authors@R: c(
person("Omar", "Benites", ,"[email protected]", role = c("aut", "cre")),
person("Raul", "Eyzaguirre-Perez", , "[email protected]", "aut"),
person("Ivan", "Perez-Masias", , "[email protected]", "aut"),
person("Raul", "Arias-Levano", , "[email protected]", "aut"),
person("Marie-Angelique", "Laporte", , "[email protected]", "aut"),
person("Medha", "Devare", , "[email protected]", "aut"),
person("CIP-RIU", "Research Informatic", , "[email protected]", role = c("aut"), comment = "Partial copyright holder of the R code"),
person("Bioversity International (BI)", role = "cph", comment = "copyright holder of the R code"),
person("The International Center for Tropical Agriculture", ,role = "cph", comment = "copyright holder of the R code"),
person("International Food Policy Research Institute (IFPRI)", role = "cph", comment = "copyright holder of the R code"),
person("International Potato Center (CIP)", role = "cph", comment = "Partial copyright holder of the R code")
)
Description: Implementation of the statistical tests and user interface for the Agronomy Fieldbook Management System (AGROFIMS). It includes
single environmental analysis, trend and multi-enviromental analysis. Moreover, it enables the integration with KDSmart as long as
the fieldbook file exists; which previosly created in the design tab of AGROFIMS. in the AGROFIMS repository.
Imports: readxl,
reticulate,
tidyr,
dplyr,
shiny,
shinydashboard,
magrittr,
tibble,
stringr,
purrr,
st4gi,
pepa
Depends: R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
testthat