# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

# Revert to GitHub once updated there.
R.setup             cran dirkschumacher ompr 1.0.4
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Model and solve mixed integer linear programs
long_description    Model mixed integer linear programs in an algebraic way directly in R. \
                    The model is solver-independent and thus offers the possibility to solve a model with different solvers.
homepage            https://dirkschumacher.github.io/ompr
checksums           rmd160  b65e15340ecedc94a31d986389e5639725a04e3a \
                    sha256  43323832da2a83d987f7a3f5527c4e0a8feb0ce461461481a67cb7ec1360f409 \
                    size    46843
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-data.table \
                    port:R-fastmap \
                    port:R-lazyeval \
                    port:R-listcomp \
                    port:R-rlang

depends_test-append port:R-covr \
                    port:R-magrittr \
                    port:R-testthat

test.run            yes
