Package: iraceplot Title: Plots for Visualizing the Data Produced by the 'irace' Package Version: 2.1.9000 Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"), email = "manuel.lopez-ibanez@manchester.ac.uk", comment = c(ORCID = "0000-0001-9974-1295")), person("Pablo", "Oñate Marín", role = c("aut"), email = "pablo.onate.m@gmail.com"), person("Leslie", "Pérez Cáceres", role = c("aut"), email = "leslie.perez@pucv.cl", comment = c(ORCID = "0000-0001-5553-6150"))) Description: Graphical visualization tools for analyzing the data produced by 'irace'. The 'iraceplot' package enables users to analyze the performance and the parameter space data sampled by the configuration during the search process. It provides a set of functions that generate different plots to visualize the configurations sampled during the execution of 'irace' and their performance. The functions just require the log file generated by 'irace' and, in some cases, they can be used with user-provided data. License: MIT + file LICENSE Depends: R (>= 4.0.0) Imports: irace (>= 4.0.0), cli, data.table, dplyr, DT, forcats, fs, ggforce, ggplot2 (>= 3.4.0), gridExtra, knitr, labeling, matrixStats (>= 0.55), plotly, rlang, rmarkdown (>= 2.7), stats, tibble, tidyr, truncnorm, utils, viridisLite, withr Suggests: testthat (>= 3.0.0) URL: https://auto-optimization.github.io/iraceplot/, https://github.com/auto-optimization/iraceplot/ BugReports: https://github.com/auto-optimization/iraceplot/issues Config/testthat/edition: 3 VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev make libicu-dev libuv1-dev libssl-dev Repository: https://auto-optimization.r-universe.dev Date/Publication: 2025-12-11 13:51:12 UTC RemoteUrl: https://github.com/auto-optimization/iraceplot RemoteRef: HEAD RemoteSha: b552cc3b166403a2bef354eace89bd2ce9358683 NeedsCompilation: no Packaged: 2026-06-09 07:12:53 UTC; root Author: Manuel López-Ibáñez [aut, cre] (ORCID: ), Pablo Oñate Marín [aut], Leslie Pérez Cáceres [aut] (ORCID: ) Maintainer: Manuel López-Ibáñez