# -*- 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

R.setup             cran matthiaskaeding RcppGreedySetCover 0.1.1
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Fast implementation of the greedy algorithm for the set cover problem
long_description    {*}${description} using Rcpp.
checksums           rmd160  fca1e9410045e9145f5b5ab796e3bd0687ea988e \
                    sha256  b0e9489bc096bbfd378bb027a9cff8f1c799e5a1b24403378cc2ff993ff803f2 \
                    size    6488

depends_lib-append  port:R-BH \
                    port:R-data.table \
                    port:R-Rcpp

depends_test-append port:R-testthat

test.run            yes
