-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·23 lines (23 loc) · 1.2 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
Package: agdesign
Title: Creation of fieldbooks for AGROFIMS platform
Version: 0.0.1
Authors@R: c(
person("Omar", "Benites-Alfaro", email = "[email protected]", role = c("aut", "cre")),
person("Ivan", "Perez-Masias", , "[email protected]", "aut"),
person("Raul", "Arias-Levano", , "[email protected]", "aut"),
person("Jose.", "Medina-Donayre", , "[email protected]", "aut"),
person("CIP-RIU", "Research Informatic", , "[email protected]", "cph", comment = "Partial copyright holder of the R code"),
person("International Potato Center (CIP)", role = "cph", comment = "Partial copyright holder of the R code")
)
Description: Provide the user interface and server functionalities for an standarized data collection in agronomy trials.
It incorporates field operations forms based on crop and agronomy ontologies, statistical designs for factorial and non-full factorial
and the exportation of the experiment in excel format and mobile application formats.
Imports: plyr,
tibble,
stringr
Depends: R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat