Changes in version 2.1.9000 - Requires ggplot2 >= 3.4.0 to silence deprecation warnings. - report() now defaults to irace.Rdata so that it is even easier to use. - summarise_by_instance() only tries to truncate the common root path if trainInstancesDir is not empty. Changes in version 2.1 - Fix bug in sampling_distance() with a single configuration in one iteration. - Support irace >= 4.2. - ablation_plot() gains option rename_labs. Changes in version 2.0 - Requires R >= 4.0 and irace >= 4.0. - Fix tables in the report not showing any value if there are NAs. - Handle iteration 0 in summarise_by_iteration(). - summarise_by_configuration() also prints mean rank. - summarise_by_iteration() tries harder to print unique minimal paths. It also handles non-character instances (like R objects). - Fix parallel_coord() not producing a plot with a single configuration. Changes in version 1.3 (2024-05-15) - Requires irace version >= 4.0 and it will not work with earlier versions. - Fix negative RPD values (Fixed by @j-mezger). - Renamed parallel_coord2() to plot_configurations(). Completely rewrite parallel_coord() and plot_configurations() to produce nicer tickmarks and fix many bugs. Changes in version 1.2 (2023-06-10) - New functions parameters_tree(), parameters_summarise(), irace_summarise(). - plot_experiments_matrix() now shows rejected configurations with a red X. - Give a better error if pandoc is missing. Changes in version 1.1 (2023-03-10) - New function ablation_plot() to plot the result of irace::ablation(). - New function summarise_by_configuration(). Changes in version 1.0 (2022-12-19) - Implement all plots that were available in the irace package and a few more. - First version in CRAN.