-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.22 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
Package: spotGUI
Type: Package
Title: Graphical User Interface for the Package 'SPOT'
Version: 0.2.2
Authors@R: c(
person("Frederik","Rehbach", role = c("aut", "cre"), email = "[email protected]"),
person("Martin", "Zaefferer", role = "aut"),
person("Thomas", "Bartz-Beielstein", role = "ctb"),
person("Andreas","Fischbach", role = "ctb"),
person("Lorenzo","Gentile", role = "ctb"))
Author: Frederik Rehbach [aut, cre],
Martin Zaefferer [aut],
Thomas Bartz-Beielstein [ctb],
Andreas Fischbach [ctb],
Lorenzo Gentile [ctb]
Maintainer: Frederik Rehbach <[email protected]>
Description: A graphical user interface for the Sequential Parameter Optimization Toolbox (package 'SPOT').
It includes a quick, graphical setup for spot, interactive 3D plots, export possibilities and more.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.0),
shinyBS
Imports:
smoof,
shiny,
shinydashboard,
SPOT (>= 2.0.3),
gridExtra,
shinyjs,
rhandsontable,
XML,
rclipboard,
plotly,
tools,
httpuv,
methods,
shinyFiles,
batchtools
Suggests:
testthat,
shinytest,
devtools
RoxygenNote: 6.1.0