-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.17 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
39
40
41
42
43
44
Package: moPLOT
Title: Visualizing Multi-Objective Optimization Problems
Version: 0.1.0.9000
Date: 2020-06-14
Authors@R: c(
person("Pascal", "Kerschke", , "pascal.kerschke@tu-dresden.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2862-1418")),
person("Lennart", "Schaepermeier", , "lennart.schaepermeier@tu-dresden.de", role = "aut",
comment = c(ORCID = "0000-0003-3929-7465"))
)
Description: This package provides various tools for plotting the
landscapes of multi-objective continuous optimization problems and
thereby enables insights into its structural characteristics.
License: MIT + file LICENSE
URL: https://github.com/kerschke/moPLOT
BugReports: https://github.com/kerschke/moPLOT/issues
Depends:
checkmate (>= 1.1)
Imports:
BBmisc (>= 1.6),
ecr,
GGally,
ggplot2 (>= 3.0.0),
ParamHelpers,
plotly,
Rcpp (>= 0.12.18),
smoof (>= 1.5.1),
viridisLite
Suggests:
ggraph,
igraph,
pracma,
reticulate,
shiny,
tidygraph,
gridExtra
LinkingTo:
Rcpp
ByteCompile: yes
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: C++14