-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.87 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
Package: IOHanalyzer
Type: Package
Title: Data Analysis Part of 'IOHprofiler'
Version: 0.1.8.11
Maintainer: Diederick Vermetten <[email protected]>
Authors@R: c(
person("Hao", "Wang", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4933-5181")),
person("Diederick", "Vermetten", email="[email protected]", role = c("cre","aut"), comment = c(ORCID = "0000-0003-3040-7162")),
person("Carola", "Doerr", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4981-3227")),
person("Thomas", "Bäck", email="[email protected]", role = "aut", comment = c(ORCID = "0000-0001-6768-1478")))
Description: The data analysis module for the Iterative Optimization Heuristics
Profiler ('IOHprofiler'). This module provides statistical analysis methods for the
benchmark data generated by optimization heuristics, which can be visualized through a
web-based interface. The benchmark data is usually generated by the
experimentation module, called 'IOHexperimenter'. 'IOHanalyzer' also supports
the widely used 'COCO' (Comparing Continuous Optimisers) data format for benchmarking.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://iohanalyzer.liacs.nl, https://github.com/IOHprofiler/IOHAnalyzer
BugReports: https://github.com/IOHprofiler/IOHAnalyzer/issues
Imports:
magrittr,
dplyr,
data.table,
ggplot2,
plotly,
colorspace,
RColorBrewer,
shiny,
reshape2,
stringi,
httr,
knitr,
methods,
rjson,
eaf,
viridis
LinkingTo: Rcpp
SystemRequirements: C++
RoxygenNote: 7.2.3
Suggests:
Rcpp,
testthat,
withr,
ComplexHeatmap,
grid,
keyring,
PlayerRatings,
xtable,
shinyjs,
colourpicker,
bsplus,
DT,
kableExtra,
markdown,
igraph,
shinydashboard,
RVCompare,
reticulate
Depends: R (>= 2.10)