Package: gMOIP Type: Package Title: Tools for 2D and 3D Plots of Single and Multi-Objective Linear/Integer Programming Models Version: 1.5.6 Authors@R: person("Lars", "Relund Nielsen", email = "lars@relund.dk", 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) Language: en-US Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Depends: R (>= 4.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 Config/pak/sysreqs: cmake libfreetype6-dev libglu1-mesa-dev make texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev zlib1g-dev Repository: https://relund.r-universe.dev Date/Publication: 2026-05-29 07:05:14 UTC RemoteUrl: https://github.com/relund/gmoip RemoteRef: HEAD RemoteSha: 68cfc9a131f4bd31a20830ecb7090c6a48064e70 NeedsCompilation: no Packaged: 2026-07-03 16:51:21 UTC; root Author: Lars Relund Nielsen [aut, cre] (ORCID: ) Maintainer: Lars Relund Nielsen