Package: IOHanalyzer
Type: Package
Title: Data Analysis Part of 'IOHprofiler'
Version: 0.1.8.10
Maintainer: Diederick Vermetten <d.l.vermetten@liacs.leidenuniv.nl>
Authors@R: c(
    person("Hao", "Wang", email = "h.wang@liacs.leidenuniv.nl", role = "aut", comment = c(ORCID = "0000-0002-4933-5181")),
    person("Diederick", "Vermetten", email="d.l.vermetten@liacs.leidenuniv.nl", role = c("cre","aut"), comment = c(ORCID = "0000-0003-3040-7162")),
    person("Carola", "Doerr", email = "Carola.Doerr@mpi-inf.mpg.de", role = "aut", comment = c(ORCID = "0000-0002-4981-3227")),
    person("Thomas", "Bäck", email="t.h.w.baeck@liacs.leidenuniv.nl", 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)
NeedsCompilation: yes
Packaged: 2024-03-01 12:06:46 UTC; diedi
Author: Hao Wang [aut] (<https://orcid.org/0000-0002-4933-5181>),
  Diederick Vermetten [cre, aut]
    (<https://orcid.org/0000-0003-3040-7162>),
  Carola Doerr [aut] (<https://orcid.org/0000-0002-4981-3227>),
  Thomas Bäck [aut] (<https://orcid.org/0000-0001-6768-1478>)
Repository: CRAN
Date/Publication: 2024-03-01 12:52:37 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 04:07:56 UTC; windows
Archs: x64
