-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.39 KB
/
DESCRIPTION
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
Package: eaf
Type: Package
Title: Plots of the Empirical Attainment Function
Version: 2.5.1
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("Marco", "Chiarandini", role = "aut"),
person("Carlos", "Fonseca", role = "aut"),
person("Luís", "Paquete", role = "aut"),
person("Thomas", "Stützle", role = "aut"),
person("Mickaël", "Binois", role = "ctb"))
Description: Computation and visualization of the empirical attainment function (EAF) for the analysis of random sets in multi-criterion optimization. M. López-Ibáñez, L. Paquete, and T. Stützle (2010) <doi:10.1007/978-3-642-02538-9_9>.
Depends: R (>= 3.2)
Imports:
modeltools,
graphics,
grDevices,
matrixStats,
Rdpack
Suggests:
extrafont,
testthat (>= 3.0.0),
withr,
viridisLite,
spelling
License: GPL (>= 2)
BugReports: https://github.com/MLopez-Ibanez/eaf/issues
URL: https://mlopez-ibanez.github.io/eaf/, https://github.com/MLopez-Ibanez/eaf
LazyLoad: true
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make, Gnu Scientific Library
RdMacros: Rdpack
Config/testthat/edition: 3
Language: en-GB