-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
Package: gMOIP
Type: Package
Title: Tools for 2D and 3D Plots of Single and Multi-Objective Linear/Integer Programming Models
Version: 1.5.4
Authors@R: person("Lars", "Relund Nielsen", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4802-3071"))
URL: https://relund.github.io/gMOIP/, https://github.com/relund/gMOIP/
BugReports: https://github.com/relund/gMOIP/issues
Description: Make 2D and 3D plots of linear programming (LP),
integer linear programming (ILP), or mixed integer linear programming (MILP) models
with up to three objectives. Plots of both the solution and criterion space are possible.
For instance the non-dominated (Pareto) set for bi-objective LP/ILP/MILP programming models
(see vignettes for an overview). The package also contains an function for checking if a point
is inside the convex hull.
License: GPL (>= 3.3.2)
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
Imports:
ggrepel,
geometry,
ggplot2,
rgl,
MASS,
Matrix,
grDevices,
stats,
Rfast,
plyr,
tidyselect,
tidyr,
tibble,
purrr,
dplyr,
rlang,
png,
sp,
moocore
Suggests:
tikzDevice,
grid,
gridExtra,
knitr,
rmarkdown,
roxygen2,
ggsci,
magrittr,
scales,
pdftools,
testthat (>= 2.1.0),
webshot2
VignetteBuilder: knitr