Package: IOHanalyzer
Type: Package
Title: Data Analysis Part of 'IOHprofiler'
Version: 0.1.6.1
Author: Hao Wang [cre, aut],
  Diederick Vermetten [aut],
  Carola Doerr [aut],
  Thomas Bäck [aut]
Maintainer: Hao Wang <h.wang@liacs.leidenuniv.nl>
Authors@R: c(
    person("Hao", "Wang", email = "h.wang@liacs.leidenuniv.nl", role = c("cre","aut")),
    person("Diederick", "Vermetten", email="d.vermetten@gmail.com", role = "aut"),
    person("Carola", "Doerr", email = "Carola.Doerr@mpi-inf.mpg.de", role = "aut"),
    person("Thomas", "Bäck", email="t.h.w.baeck@liacs.leidenuniv.nl", role = "aut"))
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: http://iohprofiler.liacs.nl,
        https://github.com/IOHprofiler/IOHAnalyzer
BugReports: https://github.com/IOHprofiler/IOHAnalyzer/issues
Imports: magrittr, dplyr, data.table, ggplot2, plotly, colorspace,
        colorRamps, RColorBrewer, shiny, markdown, reshape2, shinyjs,
        colourpicker, bsplus, DT, kableExtra, stringi, httr, knitr,
        methods, shinydashboard
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 7.1.2
Suggests: Rcpp, testthat, withr, ComplexHeatmap, grid, keyring,
        PlayerRatings, xtable, igraph
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2021-10-20 08:41:31 UTC; diedi
Repository: CRAN
Date/Publication: 2021-10-21 12:30:02 UTC
