forked from auto-optimization/iraceplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (48 loc) · 1.79 KB
/
DESCRIPTION
File metadata and controls
49 lines (48 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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