-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
50 lines (50 loc) · 1017 Bytes
/
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
Package: AgroMo
Title: The AgroMo GUI provider
Version: 2.0
Authors@R:
c(person(given = "Roland",
family = "Hollós",
role = c("aut", "cre"),
email = "hollorol@caesar.elte.hu"),
person(given = "Nándor",
family = "Fodor",
role = "aut",
email = "fodor.nandor@atk.hu"),
person(given = "Anna",
family = "Kis",
role = "aut",
email = "kisanna0610@gmail.com"),
person(given = "Erzsébet",
family = "Kristóf",
role = "aut",
email = "e.kristof1@gmail.com"))
Description: This package is provides the R-code and the model executable for running AgroMo GUI
Imports:
shiny,
pool,
shinyBS,
shinyjs,
shinyWidgets,
plotly,
promises,
future,
doSNOW,
foreach,
data.table,
DT,
DBI,
RSQLite,
RColorBrewer,
grDevices,
fields,
lubridate,
shinyFiles,
openxlsx,
showtext
Suggests: testhat,
rmarkdown,
knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2