-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·89 lines (89 loc) · 3.17 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: hagrofims
Title: Shiny App main application for the Agronomy Field Information Management System (AgroFIMS)
Version: 0.0.1
Authors@R: c(
person("Omar E.", "Benites-Alfaro", , email = "obacc07@gmail.com",role ="aut"),
person("Ivan O.", "Perez-Masias", , "ivanpe834@gmail.com", "aut"),
person("Raul", "Arias-Levano", , "rarias@cgiar.org", "aut"),
person("Raul", "Eyzaguirre-Perez", , "reyzaguirre@cgiar.org", "aut"),
person("Jose.", "Medina-Donayre", , "j.medina@cgiar.org", "aut"),
person("Celine", "Aubert", , "c.aubert@cgiar.org", "aut"),
person("Medha", "Devare", , "mdevare@cgiar.org", "aut"),
person("CIP-RIU", "Research Informatic", , "cip-riu@cgiar.org", role = c("aut", "cre"), comment = "Partial copyright holder of the R code"),
person("International Potato Center (CIP)", role = "cph", comment = "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")
)
Description: The Agronomy Field Information Management System (AgroFIMS) has been developed based on CGIAR’s HIDAP (Highly-interactive Data Analysis Platform
created by CGIAR’s International Potato Center, CIP). AgroFIMS draws fully on ontologies, particularly the Agronomy Ontology and the Crop Ontology.
It consists of modules that represent the typical cycle of operations in agronomic trial management, and enables
the creation of data collection sheets using the same ontology-based set of variables, terminology, units and protocols.
Depends: R (>= 3.3.1)
Imports: shiny,
shinydashboard,
data.table,
doBy,
tidyr,
DT,
date,
dplyr,
leaflet,
withr,
dplyr,
purrr,
tibble,
knitr,
readxl,
countrycode,
DBI,
RMySQL,
spsurvey,
foreign,
tools,
stringr,
rprojroot,
factoextra,
ggrepel,
tibble,
stringi,
digest,
datasets,
agricolae,
rhandsontable,
shinyjs,
shinyBS,
rlist,
httr,
bsplus,
htmltools,
lubridate,
shinyalert,
leaflet,
magrittr,
maps,
maptools,
raster,
rgeos,
sp,
shinyWidgets,
V8,
PKI
Remotes: dkahle/ggmap,
ralev013/shinyStore,
trestletech/shinyTree,
AGROFIMS/agdesign,
reyzaguirre/st4gi,
reyzaguirre/pepa,
AGROFIMS/agdesign,
CIP-RIU/shinysky,
CIP-RIU/openxlsx,
CIP-RIU/fbanalysis,
CIP-RIU/fbsites,
CIP-RIU/shinyFiles,
CIP-RIU/fbglobal
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat