Package: IOHanalyzer
Type: Package
Title: Data Analysis Part of 'IOHprofiler'
Version: 0.1.3
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: Rcpp, magrittr, dplyr, data.table, ggplot2, plotly,
        colorspace, colorRamps, RColorBrewer, shiny, withr,
        shinydashboard, markdown, reshape2, shinyjs, colourpicker,
        bsplus, DT, igraph, scales, kableExtra, PlayerRatings
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 7.0.0
Suggests: testthat
Depends: R (>= 2.10)
NeedsCompilation: yes
Packaged: 2020-01-10 08:43:04 UTC; diedi
Repository: CRAN
Date/Publication: 2020-01-10 15:30:03 UTC
